This commit is contained in:
Nixon Enraght-Moony 2020-07-12 12:14:39 +01:00 коммит произвёл GitHub
Родитель 85e4d9acca
Коммит da5d7dce74
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -103,7 +103,7 @@ Only a limited set of field types are supported.
* Architecture-dependent sizes: `usize`, `isize`.
* Boolean: `bool`
* Slices of all of the supported primitives: `&[u8]`, `&[u16]`, etc.
* Windows `[FILETIME](https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime)`.
* Windows [`FILETIME`](https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime).
The type must be declared _exactly_ as `FILETIME`; type aliases or fully-qualified paths
(such as `winapi::shared::minwindef::FILETIME`) _will not work_. The parameter type in the
generated code will be `win_etw_provider::FILETIME`, which is a newtype over `u64`.