[][src]Enum breadx::auto::xkb::LedClassResult

#[repr(u16)]pub enum LedClassResult {
    KbdFeedbackClass,
    LedFeedbackClass,
}

Variants

KbdFeedbackClass
LedFeedbackClass

Trait Implementations

impl AsByteSequence for LedClassResult[src]

impl Clone for LedClassResult[src]

impl Copy for LedClassResult[src]

impl Debug for LedClassResult[src]

impl Default for LedClassResult[src]

impl Eq for LedClassResult[src]

impl Ord for LedClassResult[src]

impl PartialEq<LedClassResult> for LedClassResult[src]

impl PartialOrd<LedClassResult> for LedClassResult[src]

impl StructuralEq for LedClassResult[src]

impl StructuralPartialEq for LedClassResult[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.