Enum moa_host::ControllerDevice
source · pub enum ControllerDevice {
A,
B,
C,
D,
}
Variants§
Trait Implementations§
source§impl Clone for ControllerDevice
impl Clone for ControllerDevice
source§fn clone(&self) -> ControllerDevice
fn clone(&self) -> ControllerDevice
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 moresource§impl Debug for ControllerDevice
impl Debug for ControllerDevice
source§impl PartialEq for ControllerDevice
impl PartialEq for ControllerDevice
source§fn eq(&self, other: &ControllerDevice) -> bool
fn eq(&self, other: &ControllerDevice) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ControllerDevice
impl Eq for ControllerDevice
impl StructuralPartialEq for ControllerDevice
Auto Trait Implementations§
impl Freeze for ControllerDevice
impl RefUnwindSafe for ControllerDevice
impl Send for ControllerDevice
impl Sync for ControllerDevice
impl Unpin for ControllerDevice
impl UnwindSafe for ControllerDevice
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