[][src]Struct amethyst::StateEventReader

pub struct StateEventReader<T = StringBindings>(_, _, _)
where
    T: BindingTypes
;

Trait Implementations

impl<T: Default> Default for StateEventReader<T> where
    T: BindingTypes
[src]

impl<'r, T> EventReader<'r> for StateEventReader<T> where
    T: BindingTypes
[src]

type SystemData = (Read<'r, EventChannel<Event>>, Read<'r, EventChannel<UiEvent>>, Read<'r, EventChannel<InputEvent<T>>>)

SystemData needed to read the event(s)

type Event = StateEvent<T>

The event type produced by the reader

fn read_from_world(&mut self, world: &'a World, events: &mut Vec<Self::Event>)[src]

Read events from World and append to the given Vec

Auto Trait Implementations

impl<T> Unpin for StateEventReader<T>

impl<T> Sync for StateEventReader<T> where
    <T as BindingTypes>::Action: Sync,
    <T as BindingTypes>::Axis: Sync

impl<T> Send for StateEventReader<T> where
    <T as BindingTypes>::Action: Sync,
    <T as BindingTypes>::Axis: Sync

impl<T = StringBindings> !UnwindSafe for StateEventReader<T>

impl<T = StringBindings> !RefUnwindSafe for StateEventReader<T>

Blanket Implementations

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

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

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

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

type Output = T

Should always be Self

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

impl<T> Any for T where
    T: Any
[src]

impl<T> TryDefault for T where
    T: Default
[src]

fn unwrap_default() -> Self[src]

Calls try_default and panics on an error case.

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

impl<T> Erased for T[src]

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

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

fn adapt_into(self) -> D[src]

Convert the source color to the destination color using the bradford method by default Read more

impl<T> SetParameter for T[src]

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 
[src]

Sets value as a parameter of self.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

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

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