Struct win_sys::FileSystem::NTMS_I1_PMIDINFORMATIONW [−][src]
#[repr(C)]pub struct NTMS_I1_PMIDINFORMATIONW {
pub CurrentLibrary: GUID,
pub MediaPool: GUID,
pub Location: GUID,
pub LocationType: u32,
pub MediaType: GUID,
pub HomeSlot: GUID,
pub szBarCode: [u16; 64],
pub BarCodeState: u32,
pub szSequenceNumber: [u16; 32],
pub MediaState: u32,
pub dwNumberOfPartitions: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
CurrentLibrary: GUIDMediaPool: GUIDLocation: GUIDLocationType: u32MediaType: GUIDHomeSlot: GUIDszBarCode: [u16; 64]BarCodeState: u32szSequenceNumber: [u16; 32]MediaState: u32dwNumberOfPartitions: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_I1_PMIDINFORMATIONW
impl Send for NTMS_I1_PMIDINFORMATIONW
impl Sync for NTMS_I1_PMIDINFORMATIONW
impl Unpin for NTMS_I1_PMIDINFORMATIONW
impl UnwindSafe for NTMS_I1_PMIDINFORMATIONW
Blanket Implementations
Mutably borrows from an owned value. Read more