#[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: u32szDeviceName: [u16; 260]szVolumeLabel: [u16; 260]dwSerialNumber: u32rgdwMaximumComponentLength: u32dwFileSystemFlags: u32szFileSystem: [u16; 32]TotalSizeInBytes: u64FreeSizeInBytes: u64DeviceNumber: u32PartitionNumber: u32VolumeGuid: GUIDTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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