#[repr(C)]pub struct CREATE_CLUSTER_NAME_ACCOUNT {
pub dwVersion: u32,
pub lpszClusterName: PCWSTR,
pub dwFlags: u32,
pub pszUserName: PCWSTR,
pub pszPassword: PCWSTR,
pub pszDomain: PCWSTR,
pub managementPointType: CLUSTER_MGMT_POINT_TYPE,
pub managementPointResType: CLUSTER_MGMT_POINT_RESTYPE,
pub bUpgradeVCOs: BOOLEAN,
}
Expand description
Required features: "Win32_Networking_Clustering"
, "Win32_Foundation"
Fields
dwVersion: u32
lpszClusterName: PCWSTR
dwFlags: u32
pszUserName: PCWSTR
pszPassword: PCWSTR
pszDomain: PCWSTR
managementPointType: CLUSTER_MGMT_POINT_TYPE
managementPointResType: CLUSTER_MGMT_POINT_RESTYPE
bUpgradeVCOs: BOOLEAN
Trait Implementations
impl Clone for CREATE_CLUSTER_NAME_ACCOUNT
impl Clone for CREATE_CLUSTER_NAME_ACCOUNT
impl Copy for CREATE_CLUSTER_NAME_ACCOUNT
Auto Trait Implementations
impl RefUnwindSafe for CREATE_CLUSTER_NAME_ACCOUNT
impl !Send for CREATE_CLUSTER_NAME_ACCOUNT
impl !Sync for CREATE_CLUSTER_NAME_ACCOUNT
impl Unpin for CREATE_CLUSTER_NAME_ACCOUNT
impl UnwindSafe for CREATE_CLUSTER_NAME_ACCOUNT
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