Struct win_sys::FileSystem::NTMS_PARTITIONINFORMATIONA [−][src]
#[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
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more