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