Struct CONTROLLABELSTATES
#[repr(transparent)]pub struct CONTROLLABELSTATES(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for CONTROLLABELSTATES
impl Clone for CONTROLLABELSTATES
§fn clone(&self) -> CONTROLLABELSTATES
fn clone(&self) -> CONTROLLABELSTATES
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 more§impl Debug for CONTROLLABELSTATES
impl Debug for CONTROLLABELSTATES
§impl Default for CONTROLLABELSTATES
impl Default for CONTROLLABELSTATES
§fn default() -> CONTROLLABELSTATES
fn default() -> CONTROLLABELSTATES
Returns the “default value” for a type. Read more
§impl PartialEq for CONTROLLABELSTATES
impl PartialEq for CONTROLLABELSTATES
impl Copy for CONTROLLABELSTATES
impl Eq for CONTROLLABELSTATES
impl StructuralPartialEq for CONTROLLABELSTATES
Auto Trait Implementations§
impl Freeze for CONTROLLABELSTATES
impl RefUnwindSafe for CONTROLLABELSTATES
impl Send for CONTROLLABELSTATES
impl Sync for CONTROLLABELSTATES
impl Unpin for CONTROLLABELSTATES
impl UnwindSafe for CONTROLLABELSTATES
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