Struct windows_sys::Win32::Networking::Clustering::CLUS_PARTITION_INFO
[−]#[repr(C)]pub struct CLUS_PARTITION_INFO {
pub dwFlags: u32,
pub szDeviceName: [u16; 260],
pub szVolumeLabel: [u16; 260],
pub dwSerialNumber: u32,
pub rgdwMaximumComponentLength: u32,
pub dwFileSystemFlags: u32,
pub szFileSystem: [u16; 32],
}
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]
Trait Implementations
impl Clone for CLUS_PARTITION_INFO
impl Clone for CLUS_PARTITION_INFO
impl Copy for CLUS_PARTITION_INFO
Auto Trait Implementations
impl RefUnwindSafe for CLUS_PARTITION_INFO
impl Send for CLUS_PARTITION_INFO
impl Sync for CLUS_PARTITION_INFO
impl Unpin for CLUS_PARTITION_INFO
impl UnwindSafe for CLUS_PARTITION_INFO
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