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: GUIDMediaPool: GUIDLocation: GUIDLocationType: u32MediaType: GUIDHomeSlot: GUIDszBarCode: [u16; 64]BarCodeState: u32szSequenceNumber: [u16; 32]MediaState: u32dwNumberOfPartitions: u32Trait 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