[][src]Struct amethyst_imgui::ImguiInputSystem

pub struct ImguiInputSystem<T: BindingTypes> { /* fields omitted */ }

Trait Implementations

impl<'a, 'b, T: BindingTypes> SystemDesc<'a, 'b, ImguiInputSystem<T>> for ImguiInputSystemDesc<T>[src]

impl<'s, T: BindingTypes> System<'s> for ImguiInputSystem<T>[src]

type SystemData = (ReadExpect<'s, Arc<Mutex<ImguiContextWrapper>>>, Read<'s, EventChannel<InputEvent<T>>>, Read<'s, EventChannel<Event>>, Write<'s, EventChannel<FilteredInputEvent<T>>>)

The resource bundle required to execute this system. Read more

Auto Trait Implementations

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

impl<T> Unpin for ImguiInputSystem<T>

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

impl<T> !UnwindSafe for ImguiInputSystem<T>

impl<T> !RefUnwindSafe for ImguiInputSystem<T>

Blanket Implementations

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

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

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

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

impl<'s, S> SystemExt for S where
    S: System<'s>, 

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

impl<'a, T> RunNow<'a> for T where
    T: System<'a>, 

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

impl<'a, T> RunWithPool<'a> for T where
    T: System<'a>, 

impl<T> Any for T where
    T: Any

impl<T> Supports<T> for T

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]

impl<T> SetParameter for T

impl<T> Same<T> for T

type Output = T

Should always be Self

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

impl<T> Erased for T

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