Struct LedClass
pub struct LedClass(/* private fields */);
Implementations§
§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§
§impl Ord for LedClass
impl Ord for LedClass
§impl PartialOrd for LedClass
impl PartialOrd for LedClass
impl 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