Struct windows_sys::Win32::Storage::FileSystem::NTMS_PMIDINFORMATIONA
[−]#[repr(C)]pub struct NTMS_PMIDINFORMATIONA {Show 14 fields
pub CurrentLibrary: GUID,
pub MediaPool: GUID,
pub Location: GUID,
pub LocationType: u32,
pub MediaType: GUID,
pub HomeSlot: GUID,
pub szBarCode: [CHAR; 64],
pub BarCodeState: NtmsBarCodeState,
pub szSequenceNumber: [CHAR; 32],
pub MediaState: NtmsMediaState,
pub dwNumberOfPartitions: u32,
pub dwMediaTypeCode: u32,
pub dwDensityCode: u32,
pub MountedPartition: GUID,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"
Fields
CurrentLibrary: GUID
MediaPool: GUID
Location: GUID
LocationType: u32
MediaType: GUID
HomeSlot: GUID
szBarCode: [CHAR; 64]
BarCodeState: NtmsBarCodeState
szSequenceNumber: [CHAR; 32]
MediaState: NtmsMediaState
dwNumberOfPartitions: u32
dwMediaTypeCode: u32
dwDensityCode: u32
MountedPartition: GUID
Trait Implementations
impl Clone for NTMS_PMIDINFORMATIONA
impl Clone for NTMS_PMIDINFORMATIONA
impl Copy for NTMS_PMIDINFORMATIONA
Auto Trait Implementations
impl RefUnwindSafe for NTMS_PMIDINFORMATIONA
impl Send for NTMS_PMIDINFORMATIONA
impl Sync for NTMS_PMIDINFORMATIONA
impl Unpin for NTMS_PMIDINFORMATIONA
impl UnwindSafe for NTMS_PMIDINFORMATIONA
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