#[repr(C)]pub struct NTMS_PARTITIONINFORMATIONA {
pub PhysicalMedia: GUID,
pub LogicalMedia: GUID,
pub State: NtmsPartitionState,
pub Side: u16,
pub dwOmidLabelIdLength: u32,
pub OmidLabelId: [u8; 255],
pub szOmidLabelType: [CHAR; 64],
pub szOmidLabelInfo: [CHAR; 256],
pub dwMountCount: u32,
pub dwAllocateCount: u32,
pub Capacity: i64,
}Expand description
Required features: "Win32_Storage_FileSystem", "Win32_Foundation"
Fields
PhysicalMedia: GUIDLogicalMedia: GUIDState: NtmsPartitionStateSide: u16dwOmidLabelIdLength: u32OmidLabelId: [u8; 255]szOmidLabelType: [CHAR; 64]szOmidLabelInfo: [CHAR; 256]dwMountCount: u32dwAllocateCount: u32Capacity: i64Trait Implementations
impl Clone for NTMS_PARTITIONINFORMATIONA
impl Clone for NTMS_PARTITIONINFORMATIONA
impl Copy for NTMS_PARTITIONINFORMATIONA
Auto Trait Implementations
impl RefUnwindSafe for NTMS_PARTITIONINFORMATIONA
impl Send for NTMS_PARTITIONINFORMATIONA
impl Sync for NTMS_PARTITIONINFORMATIONA
impl Unpin for NTMS_PARTITIONINFORMATIONA
impl UnwindSafe for NTMS_PARTITIONINFORMATIONA
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