#[repr(i32)]pub enum LogiLed_DeviceType {
Keyboard = 0,
Mouse = 3,
Mousemat = 4,
Headset = 8,
Speaker = 14,
}
Variants§
Trait Implementations§
source§impl Clone for LogiLed_DeviceType
impl Clone for LogiLed_DeviceType
source§fn clone(&self) -> LogiLed_DeviceType
fn clone(&self) -> LogiLed_DeviceType
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 LogiLed_DeviceType
impl Debug for LogiLed_DeviceType
source§impl Hash for LogiLed_DeviceType
impl Hash for LogiLed_DeviceType
source§impl PartialEq for LogiLed_DeviceType
impl PartialEq for LogiLed_DeviceType
source§fn eq(&self, other: &LogiLed_DeviceType) -> bool
fn eq(&self, other: &LogiLed_DeviceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LogiLed_DeviceType
impl Eq for LogiLed_DeviceType
impl StructuralEq for LogiLed_DeviceType
impl StructuralPartialEq for LogiLed_DeviceType
Auto Trait Implementations§
impl RefUnwindSafe for LogiLed_DeviceType
impl Send for LogiLed_DeviceType
impl Sync for LogiLed_DeviceType
impl Unpin for LogiLed_DeviceType
impl UnwindSafe for LogiLed_DeviceType
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