#[repr(C)]pub struct CLUS_PARTITION_INFO_EX2 {
pub GptPartitionId: GUID,
pub szPartitionName: [u16; 260],
pub EncryptionFlags: u32,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
GptPartitionId: GUID
szPartitionName: [u16; 260]
EncryptionFlags: u32
Trait Implementations
impl Clone for CLUS_PARTITION_INFO_EX2
impl Clone for CLUS_PARTITION_INFO_EX2
impl Copy for CLUS_PARTITION_INFO_EX2
Auto Trait Implementations
impl RefUnwindSafe for CLUS_PARTITION_INFO_EX2
impl Send for CLUS_PARTITION_INFO_EX2
impl Sync for CLUS_PARTITION_INFO_EX2
impl Unpin for CLUS_PARTITION_INFO_EX2
impl UnwindSafe for CLUS_PARTITION_INFO_EX2
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