[][src]Enum multiinput::manager::XInputInclude

pub enum XInputInclude {
    True,
    False,
}

Denotes if Xbox360 controllers should be used Please Note: Rawinput support for official Xbox360 controllers is very limited (triggers share same axis, no support for rumble or the central X button) Please see https://en.wikipedia.org/wiki/DirectInput#Xbox_360_Controller_support for more details

Variants

True
False

Trait Implementations

impl Clone for XInputInclude[src]

impl Eq for XInputInclude[src]

impl Hash for XInputInclude[src]

impl PartialEq<XInputInclude> for XInputInclude[src]

impl StructuralEq for XInputInclude[src]

impl StructuralPartialEq for XInputInclude[src]

Auto Trait Implementations

impl RefUnwindSafe for XInputInclude

impl Send for XInputInclude

impl Sync for XInputInclude

impl Unpin for XInputInclude

impl UnwindSafe for XInputInclude

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.