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