#[repr(C)]
pub struct NTMS_I1_PARTITIONINFORMATIONW { pub PhysicalMedia: GUID, pub LogicalMedia: GUID, pub State: u32, pub Side: u16, pub dwOmidLabelIdLength: u32, pub OmidLabelId: [u8; 255], pub szOmidLabelType: [u16; 64], pub szOmidLabelInfo: [u16; 256], pub dwMountCount: u32, pub dwAllocateCount: u32, }
Expand description

Required features: "Win32_Storage_FileSystem"

Fields§

§PhysicalMedia: GUID§LogicalMedia: GUID§State: u32§Side: u16§dwOmidLabelIdLength: u32§OmidLabelId: [u8; 255]§szOmidLabelType: [u16; 64]§szOmidLabelInfo: [u16; 256]§dwMountCount: u32§dwAllocateCount: u32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.