[][src]Struct bami::BamiBundle

pub struct BamiBundle<B: BindingTypes> { /* fields omitted */ }

Bundle to add Bami input utility.

This bundle should be added AFTER the InputBundle. The type B should be the same bindings as the bindings used for the InputBundle.

Also adds controller support with the gilrs feature enabled.

Trait Implementations

impl<B: Default + BindingTypes> Default for BamiBundle<B>[src]

impl<'a, 'b, B: BindingTypes> SystemBundle<'a, 'b> for BamiBundle<B>[src]

Auto Trait Implementations

impl<B> RefUnwindSafe for BamiBundle<B> where
    B: RefUnwindSafe

impl<B> Send for BamiBundle<B>

impl<B> Sync for BamiBundle<B>

impl<B> Unpin for BamiBundle<B> where
    B: Unpin

impl<B> UnwindSafe for BamiBundle<B> where
    B: UnwindSafe

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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

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

impl<T> Event for T where
    T: Send + Sync + 'static, 

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

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

impl<T> Resource for T where
    T: Any + Send + Sync

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SetParameter for T

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T> TryDefault for T where
    T: Default

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,