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