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