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 · 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 NegiconModuleType
impl Debug for NegiconModuleType
Source§impl PartialEq for NegiconModuleType
impl PartialEq for NegiconModuleType
impl Copy for NegiconModuleType
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 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