pub struct LedClass(u16);
Tuple Fields§
§0: u16
Implementations§
source§impl LedClass
impl LedClass
pub const KBD_FEEDBACK_CLASS: LedClass = _
pub const LED_FEEDBACK_CLASS: LedClass = _
pub const DFLT_XI_CLASS: LedClass = _
pub const ALL_XI_CLASSES: LedClass = _
Trait Implementations§
source§impl Ord for LedClass
impl Ord for LedClass
source§impl PartialEq for LedClass
impl PartialEq for LedClass
source§impl PartialOrd for LedClass
impl PartialOrd for LedClass
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for LedClass
impl Eq for LedClass
impl StructuralPartialEq for LedClass
Auto Trait Implementations§
impl Freeze for LedClass
impl RefUnwindSafe for LedClass
impl Send for LedClass
impl Sync for LedClass
impl Unpin for LedClass
impl UnwindSafe for LedClass
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