Struct CLUS_SET_MAINTENANCE_MODE_INPUT
#[repr(C)]pub struct CLUS_SET_MAINTENANCE_MODE_INPUT {
pub InMaintenance: BOOL,
pub ExtraParameterSize: u32,
pub ExtraParameter: [u8; 1],
}
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
§fn clone(&self) -> CLUS_SET_MAINTENANCE_MODE_INPUT
fn clone(&self) -> CLUS_SET_MAINTENANCE_MODE_INPUT
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 CLUS_SET_MAINTENANCE_MODE_INPUT
Auto Trait Implementations§
impl Freeze for CLUS_SET_MAINTENANCE_MODE_INPUT
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§
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