Enum async_std_hidg::Led
source · [−]#[repr(u8)]
pub enum Led {
None,
NumLock,
CapsLock,
ScrollLock,
Compose,
Kana,
}
Expand description
LED code
Variants
None
No LED
NumLock
Num lock
CapsLock
Caps lock
ScrollLock
Scroll lock
Compose
Compose LED
Kana
Kana LED
Implementations
Trait Implementations
impl Copy for Led
impl Eq for Led
impl StructuralEq for Led
impl StructuralPartialEq for Led
Auto Trait Implementations
impl RefUnwindSafe for Led
impl Send for Led
impl Sync for Led
impl Unpin for Led
impl UnwindSafe for Led
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more