pub enum CompoundKey {
ArrowLeft,
ArrowRight,
ArrowUp,
ArrowDown,
CapsLock,
Delete,
Break,
}
Variants§
Trait Implementations§
Source§impl Clone for CompoundKey
impl Clone for CompoundKey
Source§fn clone(&self) -> CompoundKey
fn clone(&self) -> CompoundKey
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CompoundKey
impl Debug for CompoundKey
impl Copy for CompoundKey
Auto Trait Implementations§
impl Freeze for CompoundKey
impl RefUnwindSafe for CompoundKey
impl Send for CompoundKey
impl Sync for CompoundKey
impl Unpin for CompoundKey
impl UnwindSafe for CompoundKey
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