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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)