#[repr(i32)]pub enum 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 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 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
impl Copy for LogiLed_DeviceType
impl Eq for LogiLed_DeviceType
impl StructuralPartialEq for LogiLed_DeviceType
Auto Trait Implementations§
impl Freeze for LogiLed_DeviceType
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