#[repr(C)]pub struct CLUS_SET_MAINTENANCE_MODE_INPUT {
pub InMaintenance: BOOL,
pub ExtraParameterSize: u32,
pub ExtraParameter: [u8; 1],
}
Expand description
Required features: "Win32_Networking_Clustering"
, "Win32_Foundation"
Fields
InMaintenance: BOOL
ExtraParameterSize: u32
ExtraParameter: [u8; 1]
Trait Implementations
impl Clone for CLUS_SET_MAINTENANCE_MODE_INPUT
impl Clone for CLUS_SET_MAINTENANCE_MODE_INPUT
impl Copy for CLUS_SET_MAINTENANCE_MODE_INPUT
Auto Trait Implementations
impl RefUnwindSafe for CLUS_SET_MAINTENANCE_MODE_INPUT
impl Send for CLUS_SET_MAINTENANCE_MODE_INPUT
impl Sync for CLUS_SET_MAINTENANCE_MODE_INPUT
impl Unpin for CLUS_SET_MAINTENANCE_MODE_INPUT
impl UnwindSafe for CLUS_SET_MAINTENANCE_MODE_INPUT
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