Struct windows_sys::Win32::Storage::FileSystem::NTMS_I1_PMIDINFORMATIONA
[−]#[repr(C)]pub struct NTMS_I1_PMIDINFORMATIONA {
pub CurrentLibrary: GUID,
pub MediaPool: GUID,
pub Location: GUID,
pub LocationType: u32,
pub MediaType: GUID,
pub HomeSlot: GUID,
pub szBarCode: [CHAR; 64],
pub BarCodeState: u32,
pub szSequenceNumber: [CHAR; 32],
pub MediaState: u32,
pub dwNumberOfPartitions: u32,
}Expand description
Required features: "Win32_Storage_FileSystem", "Win32_Foundation"
Fields
CurrentLibrary: GUIDMediaPool: GUIDLocation: GUIDLocationType: u32MediaType: GUIDHomeSlot: GUIDszBarCode: [CHAR; 64]BarCodeState: u32szSequenceNumber: [CHAR; 32]MediaState: u32dwNumberOfPartitions: u32Trait Implementations
impl Clone for NTMS_I1_PMIDINFORMATIONA
impl Clone for NTMS_I1_PMIDINFORMATIONA
impl Copy for NTMS_I1_PMIDINFORMATIONA
Auto Trait Implementations
impl RefUnwindSafe for NTMS_I1_PMIDINFORMATIONA
impl Send for NTMS_I1_PMIDINFORMATIONA
impl Sync for NTMS_I1_PMIDINFORMATIONA
impl Unpin for NTMS_I1_PMIDINFORMATIONA
impl UnwindSafe for NTMS_I1_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