Struct windows_sys::Win32::Storage::FileSystem::NTMS_I1_PMIDINFORMATIONW
[−]#[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: GUID
MediaPool: GUID
Location: GUID
LocationType: u32
MediaType: GUID
HomeSlot: GUID
szBarCode: [u16; 64]
BarCodeState: u32
szSequenceNumber: [u16; 32]
MediaState: u32
dwNumberOfPartitions: u32
Trait Implementations
impl Clone for NTMS_I1_PMIDINFORMATIONW
impl Clone for NTMS_I1_PMIDINFORMATIONW
impl Copy for NTMS_I1_PMIDINFORMATIONW
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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