pub enum DigitalControllerKey {
Show 16 variants
Select,
L3,
R3,
Start,
Up,
Right,
Down,
Left,
L2,
R2,
L1,
R1,
Triangle,
Circle,
X,
Square,
}
Variants§
Trait Implementations§
Source§impl Clone for DigitalControllerKey
impl Clone for DigitalControllerKey
Source§fn clone(&self) -> DigitalControllerKey
fn clone(&self) -> DigitalControllerKey
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 moreimpl Copy for DigitalControllerKey
Auto Trait Implementations§
impl Freeze for DigitalControllerKey
impl RefUnwindSafe for DigitalControllerKey
impl Send for DigitalControllerKey
impl Sync for DigitalControllerKey
impl Unpin for DigitalControllerKey
impl UnwindSafe for DigitalControllerKey
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