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