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