#[repr(C)]
pub struct CLUS_PARTITION_INFO_EX { pub dwFlags: u32, pub szDeviceName: [u16; 260], pub szVolumeLabel: [u16; 260], pub dwSerialNumber: u32, pub rgdwMaximumComponentLength: u32, pub dwFileSystemFlags: u32, pub szFileSystem: [u16; 32], pub TotalSizeInBytes: u64, pub FreeSizeInBytes: u64, pub DeviceNumber: u32, pub PartitionNumber: u32, pub VolumeGuid: GUID, }
Expand description

Required features: "Win32_Networking_Clustering"

Fields§

§dwFlags: u32§szDeviceName: [u16; 260]§szVolumeLabel: [u16; 260]§dwSerialNumber: u32§rgdwMaximumComponentLength: u32§dwFileSystemFlags: u32§szFileSystem: [u16; 32]§TotalSizeInBytes: u64§FreeSizeInBytes: u64§DeviceNumber: u32§PartitionNumber: u32§VolumeGuid: GUID

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.