Struct win_sys::FileSystem::FILE_ID_DESCRIPTOR [−][src]
#[repr(C)]pub struct FILE_ID_DESCRIPTOR {
pub dwSize: u32,
pub Type: FILE_ID_TYPE,
pub Anonymous: FILE_ID_DESCRIPTOR_0,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
dwSize: u32Type: FILE_ID_TYPEAnonymous: FILE_ID_DESCRIPTOR_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FILE_ID_DESCRIPTOR
impl Send for FILE_ID_DESCRIPTOR
impl Sync for FILE_ID_DESCRIPTOR
impl Unpin for FILE_ID_DESCRIPTOR
impl UnwindSafe for FILE_ID_DESCRIPTOR
Blanket Implementations
Mutably borrows from an owned value. Read more