#[repr(C)]pub struct CLUSTER_CREATE_GROUP_INFO {
pub dwVersion: u32,
pub groupType: CLUSGROUP_TYPE,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
dwVersion: u32
groupType: CLUSGROUP_TYPE
Trait Implementations
impl Clone for CLUSTER_CREATE_GROUP_INFO
impl Clone for CLUSTER_CREATE_GROUP_INFO
impl Copy for CLUSTER_CREATE_GROUP_INFO
Auto Trait Implementations
impl RefUnwindSafe for CLUSTER_CREATE_GROUP_INFO
impl Send for CLUSTER_CREATE_GROUP_INFO
impl Sync for CLUSTER_CREATE_GROUP_INFO
impl Unpin for CLUSTER_CREATE_GROUP_INFO
impl UnwindSafe for CLUSTER_CREATE_GROUP_INFO
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