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