pub struct CheatIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CheatIndex
impl Clone for CheatIndex
Source§fn clone(&self) -> CheatIndex
fn clone(&self) -> CheatIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CheatIndex
impl Debug for CheatIndex
Source§impl Default for CheatIndex
impl Default for CheatIndex
Source§fn default() -> CheatIndex
fn default() -> CheatIndex
Returns the “default value” for a type. Read more
Source§impl From<u32> for CheatIndex
impl From<u32> for CheatIndex
Source§impl Hash for CheatIndex
impl Hash for CheatIndex
Source§impl PartialEq for CheatIndex
impl PartialEq for CheatIndex
Source§fn eq(&self, other: &CheatIndex) -> bool
fn eq(&self, other: &CheatIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CheatIndex
impl Eq for CheatIndex
impl StructuralPartialEq for CheatIndex
Auto Trait Implementations§
impl Freeze for CheatIndex
impl RefUnwindSafe for CheatIndex
impl Send for CheatIndex
impl Sync for CheatIndex
impl Unpin for CheatIndex
impl UnsafeUnpin for CheatIndex
impl UnwindSafe for CheatIndex
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