pub enum SinclairKey {
Left,
Right,
Up,
Down,
Fire,
}Variants§
Trait Implementations§
Source§impl Clone for SinclairKey
impl Clone for SinclairKey
Source§fn clone(&self) -> SinclairKey
fn clone(&self) -> SinclairKey
Returns a duplicate 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 moreSource§impl Debug for SinclairKey
impl Debug for SinclairKey
impl Copy for SinclairKey
Auto Trait Implementations§
impl Freeze for SinclairKey
impl RefUnwindSafe for SinclairKey
impl Send for SinclairKey
impl Sync for SinclairKey
impl Unpin for SinclairKey
impl UnwindSafe for SinclairKey
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