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

#[repr(u8)]pub enum SaType {
    NoAction,
    SetMods,
    LatchMods,
    LockMods,
    SetGroup,
    LatchGroup,
    LockGroup,
    MovePtr,
    PtrBtn,
    LockPtrBtn,
    SetPtrDflt,
    IsoLock,
    Terminate,
    SwitchScreen,
    SetControls,
    LockControls,
    ActionMessage,
    RedirectKey,
    DeviceBtn,
    LockDeviceBtn,
    DeviceValuator,
}

Variants

NoAction
SetMods
LatchMods
LockMods
SetGroup
LatchGroup
LockGroup
MovePtr
PtrBtn
LockPtrBtn
SetPtrDflt
IsoLock
Terminate
SwitchScreen
SetControls
LockControls
ActionMessage
RedirectKey
DeviceBtn
LockDeviceBtn
DeviceValuator

Trait Implementations

impl AsByteSequence for SaType[src]

impl Clone for SaType[src]

impl Copy for SaType[src]

impl Debug for SaType[src]

impl Default for SaType[src]

impl Eq for SaType[src]

impl Ord for SaType[src]

impl PartialEq<SaType> for SaType[src]

impl PartialOrd<SaType> for SaType[src]

impl StructuralEq for SaType[src]

impl StructuralPartialEq for SaType[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.