Struct win_sys::FileSystem::NTMS_PARTITIONINFORMATIONW [−][src]
#[repr(C)]pub struct NTMS_PARTITIONINFORMATIONW {
pub PhysicalMedia: GUID,
pub LogicalMedia: GUID,
pub State: NtmsPartitionState,
pub Side: u16,
pub dwOmidLabelIdLength: u32,
pub OmidLabelId: [u8; 255],
pub szOmidLabelType: [u16; 64],
pub szOmidLabelInfo: [u16; 256],
pub dwMountCount: u32,
pub dwAllocateCount: u32,
pub Capacity: i64,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
PhysicalMedia: GUIDLogicalMedia: GUIDState: NtmsPartitionStateSide: u16dwOmidLabelIdLength: u32OmidLabelId: [u8; 255]szOmidLabelType: [u16; 64]szOmidLabelInfo: [u16; 256]dwMountCount: u32dwAllocateCount: u32Capacity: i64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_PARTITIONINFORMATIONW
impl Send for NTMS_PARTITIONINFORMATIONW
impl Sync for NTMS_PARTITIONINFORMATIONW
impl Unpin for NTMS_PARTITIONINFORMATIONW
impl UnwindSafe for NTMS_PARTITIONINFORMATIONW
Blanket Implementations
Mutably borrows from an owned value. Read more