Struct win_sys::FileSystem::FILE_INFO_BY_HANDLE_CLASS [−][src]
#[repr(transparent)]pub struct FILE_INFO_BY_HANDLE_CLASS(pub i32);Expand description
Required features: Win32_Storage_FileSystem
Tuple Fields
0: i32Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FILE_INFO_BY_HANDLE_CLASS
impl Send for FILE_INFO_BY_HANDLE_CLASS
impl Sync for FILE_INFO_BY_HANDLE_CLASS
impl Unpin for FILE_INFO_BY_HANDLE_CLASS
impl UnwindSafe for FILE_INFO_BY_HANDLE_CLASS
Blanket Implementations
Mutably borrows from an owned value. Read more