#[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
impl Clone for CLUS_PARTITION_INFO_EX
impl Clone for CLUS_PARTITION_INFO_EX
impl Copy for CLUS_PARTITION_INFO_EX
Auto Trait Implementations
impl RefUnwindSafe for CLUS_PARTITION_INFO_EX
impl Send for CLUS_PARTITION_INFO_EX
impl Sync for CLUS_PARTITION_INFO_EX
impl Unpin for CLUS_PARTITION_INFO_EX
impl UnwindSafe for CLUS_PARTITION_INFO_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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