Struct windows_sys::Win32::Storage::FileSystem::NTMS_PMIDINFORMATIONW
[−]#[repr(C)]pub struct NTMS_PMIDINFORMATIONW {Show 14 fields
pub CurrentLibrary: GUID,
pub MediaPool: GUID,
pub Location: GUID,
pub LocationType: u32,
pub MediaType: GUID,
pub HomeSlot: GUID,
pub szBarCode: [u16; 64],
pub BarCodeState: NtmsBarCodeState,
pub szSequenceNumber: [u16; 32],
pub MediaState: NtmsMediaState,
pub dwNumberOfPartitions: u32,
pub dwMediaTypeCode: u32,
pub dwDensityCode: u32,
pub MountedPartition: GUID,
}Expand description
Required features: "Win32_Storage_FileSystem"
Fields
CurrentLibrary: GUIDMediaPool: GUIDLocation: GUIDLocationType: u32MediaType: GUIDHomeSlot: GUIDszBarCode: [u16; 64]BarCodeState: NtmsBarCodeStateszSequenceNumber: [u16; 32]MediaState: NtmsMediaStatedwNumberOfPartitions: u32dwMediaTypeCode: u32dwDensityCode: u32MountedPartition: GUIDTrait Implementations
impl Clone for NTMS_PMIDINFORMATIONW
impl Clone for NTMS_PMIDINFORMATIONW
impl Copy for NTMS_PMIDINFORMATIONW
Auto Trait Implementations
impl RefUnwindSafe for NTMS_PMIDINFORMATIONW
impl Send for NTMS_PMIDINFORMATIONW
impl Sync for NTMS_PMIDINFORMATIONW
impl Unpin for NTMS_PMIDINFORMATIONW
impl UnwindSafe for NTMS_PMIDINFORMATIONW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more