[][src]Struct aimc_sim::Inputs

pub struct Inputs { /* fields omitted */ }

Implementations

impl Inputs[src]

pub fn begin_tick(&self)[src]

A method which should be called at the beginning of every tick.

pub fn end_tick(&mut self)[src]

A method which should be called at the end of every tick.

Trait Implementations

impl Clone for Inputs[src]

impl Debug for Inputs[src]

impl Default for Inputs[src]

impl FpsInputs for Inputs[src]

impl HasClock for Inputs[src]

impl Rx for Inputs[src]

Auto Trait Implementations

impl !RefUnwindSafe for Inputs

impl Send for Inputs

impl !Sync for Inputs

impl Unpin for Inputs

impl UnwindSafe for Inputs

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<C> HasClock for C where
    C: Clock
[src]

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

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

type Output = T

Should always be Self

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.