#[repr(C)]pub struct CLUS_FORCE_QUORUM_INFO {
pub dwSize: u32,
pub dwNodeBitMask: u32,
pub dwMaxNumberofNodes: u32,
pub multiszNodeList: [u16; 1],
}
Expand description
Required features: ‘Win32_Networking_Clustering’
Fields
dwSize: u32
dwNodeBitMask: u32
dwMaxNumberofNodes: u32
multiszNodeList: [u16; 1]
Trait Implementations
impl Clone for CLUS_FORCE_QUORUM_INFO
impl Clone for CLUS_FORCE_QUORUM_INFO
impl Copy for CLUS_FORCE_QUORUM_INFO
Auto Trait Implementations
impl RefUnwindSafe for CLUS_FORCE_QUORUM_INFO
impl Send for CLUS_FORCE_QUORUM_INFO
impl Sync for CLUS_FORCE_QUORUM_INFO
impl Unpin for CLUS_FORCE_QUORUM_INFO
impl UnwindSafe for CLUS_FORCE_QUORUM_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more