[][src]Enum breadx::auto::xinput::DeviceInputMode

#[repr(u8)]pub enum DeviceInputMode {
    AsyncThisDevice,
    SyncThisDevice,
    ReplayThisDevice,
    AsyncOtherDevices,
    AsyncAll,
    SyncAll,
}

Variants

AsyncThisDevice
SyncThisDevice
ReplayThisDevice
AsyncOtherDevices
AsyncAll
SyncAll

Trait Implementations

impl AsByteSequence for DeviceInputMode[src]

impl Clone for DeviceInputMode[src]

impl Copy for DeviceInputMode[src]

impl Debug for DeviceInputMode[src]

impl Default for DeviceInputMode[src]

impl Eq for DeviceInputMode[src]

impl Ord for DeviceInputMode[src]

impl PartialEq<DeviceInputMode> for DeviceInputMode[src]

impl PartialOrd<DeviceInputMode> for DeviceInputMode[src]

impl StructuralEq for DeviceInputMode[src]

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