Struct win_sys::FileSystem::NTMS_FILESYSTEM_INFO [−][src]
#[repr(C)]pub struct NTMS_FILESYSTEM_INFO {
pub FileSystemType: [u16; 64],
pub VolumeName: [u16; 256],
pub SerialNumber: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
FileSystemType: [u16; 64]VolumeName: [u16; 256]SerialNumber: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_FILESYSTEM_INFO
impl Send for NTMS_FILESYSTEM_INFO
impl Sync for NTMS_FILESYSTEM_INFO
impl Unpin for NTMS_FILESYSTEM_INFO
impl UnwindSafe for NTMS_FILESYSTEM_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more