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