Struct windows_sys::Win32::Networking::Clustering::CLUSTER_MEMBERSHIP_INFO
#[repr(C)]pub struct CLUSTER_MEMBERSHIP_INFO {
pub HasQuorum: BOOL,
pub UpnodesSize: u32,
pub Upnodes: [u8; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§HasQuorum: BOOL
§UpnodesSize: u32
§Upnodes: [u8; 1]
Trait Implementations§
§impl Clone for CLUSTER_MEMBERSHIP_INFO
impl Clone for CLUSTER_MEMBERSHIP_INFO
impl Copy for CLUSTER_MEMBERSHIP_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CLUSTER_MEMBERSHIP_INFO
impl Send for CLUSTER_MEMBERSHIP_INFO
impl Sync for CLUSTER_MEMBERSHIP_INFO
impl Unpin for CLUSTER_MEMBERSHIP_INFO
impl UnwindSafe for CLUSTER_MEMBERSHIP_INFO
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