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