Struct win_sys::FileSystem::NTMS_DRIVETYPEINFORMATIONW [−][src]
#[repr(C)]pub struct NTMS_DRIVETYPEINFORMATIONW {
pub szVendor: [u16; 128],
pub szProduct: [u16; 128],
pub NumberOfHeads: u32,
pub DeviceType: FILE_DEVICE_TYPE,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
szVendor: [u16; 128]szProduct: [u16; 128]NumberOfHeads: u32DeviceType: FILE_DEVICE_TYPETrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_DRIVETYPEINFORMATIONW
impl Send for NTMS_DRIVETYPEINFORMATIONW
impl Sync for NTMS_DRIVETYPEINFORMATIONW
impl Unpin for NTMS_DRIVETYPEINFORMATIONW
impl UnwindSafe for NTMS_DRIVETYPEINFORMATIONW
Blanket Implementations
Mutably borrows from an owned value. Read more