#[repr(u32)]pub enum LedClass {
KbdFeedbackClass = 0,
LedFeedbackClass = 4,
DfltXiClass = 768,
AllXiClasses = 1_280,
}
Variants§
Trait Implementations§
source§impl Ord for LedClass
impl Ord for LedClass
source§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
)