Struct windows_sys::Win32::Networking::Clustering::CLUS_PARTITION_INFO_EX2
#[repr(C)]pub struct CLUS_PARTITION_INFO_EX2 {
pub GptPartitionId: GUID,
pub szPartitionName: [u16; 260],
pub EncryptionFlags: u32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more