Struct windows_sys::Win32::Networking::Clustering::CREATE_CLUSTER_CONFIG
#[repr(C)]pub struct CREATE_CLUSTER_CONFIG {
pub dwVersion: u32,
pub lpszClusterName: PCWSTR,
pub cNodes: u32,
pub ppszNodeNames: *const PCWSTR,
pub cIpEntries: u32,
pub pIpEntries: *mut CLUSTER_IP_ENTRY,
pub fEmptyCluster: BOOLEAN,
pub managementPointType: CLUSTER_MGMT_POINT_TYPE,
pub managementPointResType: CLUSTER_MGMT_POINT_RESTYPE,
}
Fields§
§dwVersion: u32
§lpszClusterName: PCWSTR
§cNodes: u32
§ppszNodeNames: *const PCWSTR
§cIpEntries: u32
§pIpEntries: *mut CLUSTER_IP_ENTRY
§fEmptyCluster: BOOLEAN
§managementPointType: CLUSTER_MGMT_POINT_TYPE
§managementPointResType: CLUSTER_MGMT_POINT_RESTYPE
Trait Implementations§
§impl Clone for CREATE_CLUSTER_CONFIG
impl Clone for CREATE_CLUSTER_CONFIG
§fn clone(&self) -> CREATE_CLUSTER_CONFIG
fn clone(&self) -> CREATE_CLUSTER_CONFIG
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CREATE_CLUSTER_CONFIG
Auto Trait Implementations§
impl Freeze for CREATE_CLUSTER_CONFIG
impl RefUnwindSafe for CREATE_CLUSTER_CONFIG
impl !Send for CREATE_CLUSTER_CONFIG
impl !Sync for CREATE_CLUSTER_CONFIG
impl Unpin for CREATE_CLUSTER_CONFIG
impl UnwindSafe for CREATE_CLUSTER_CONFIG
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)