pub enum NegiconModuleType {
Invalid = 0,
Router = 1,
Buttons = 2,
SmoothEncoder = 3,
DetentEncoder = 4,
ClickWheel = 5,
DigitalPaddle = 6,
AnalogPaddle = 7,
}Variants§
Invalid = 0
Router = 1
Buttons = 2
SmoothEncoder = 3
DetentEncoder = 4
ClickWheel = 5
DigitalPaddle = 6
AnalogPaddle = 7
Trait Implementations§
Source§impl Clone for NegiconModuleType
impl Clone for NegiconModuleType
Source§fn clone(&self) -> NegiconModuleType
fn clone(&self) -> NegiconModuleType
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 moreimpl Copy for NegiconModuleType
Source§impl Debug for NegiconModuleType
impl Debug for NegiconModuleType
Source§impl PartialEq for NegiconModuleType
impl PartialEq for NegiconModuleType
Source§fn eq(&self, other: &NegiconModuleType) -> bool
fn eq(&self, other: &NegiconModuleType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NegiconModuleType
Auto Trait Implementations§
impl Freeze for NegiconModuleType
impl RefUnwindSafe for NegiconModuleType
impl Send for NegiconModuleType
impl Sync for NegiconModuleType
impl Unpin for NegiconModuleType
impl UnsafeUnpin for NegiconModuleType
impl UnwindSafe for NegiconModuleType
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