Struct win_sys::FileSystem::FILE_ID_INFO [−][src]
#[repr(C)]pub struct FILE_ID_INFO {
pub VolumeSerialNumber: u64,
pub FileId: FILE_ID_128,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
VolumeSerialNumber: u64FileId: FILE_ID_128Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FILE_ID_INFO
impl Send for FILE_ID_INFO
impl Sync for FILE_ID_INFO
impl Unpin for FILE_ID_INFO
impl UnwindSafe for FILE_ID_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more