Union win_sys::FileSystem::FILE_ID_DESCRIPTOR_0 [−][src]
#[repr(C)]
pub union FILE_ID_DESCRIPTOR_0 {
pub FileId: i64,
pub ObjectId: GUID,
pub ExtendedFileId: FILE_ID_128,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
FileId: i64ObjectId: GUIDExtendedFileId: FILE_ID_128Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FILE_ID_DESCRIPTOR_0
impl Send for FILE_ID_DESCRIPTOR_0
impl Sync for FILE_ID_DESCRIPTOR_0
impl Unpin for FILE_ID_DESCRIPTOR_0
impl UnwindSafe for FILE_ID_DESCRIPTOR_0
Blanket Implementations
Mutably borrows from an owned value. Read more