[][src]Struct amethyst_imgui::ImguiInputSystemDesc

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

Methods

impl<T: BindingTypes> ImguiInputSystemDesc<T>[src]

pub fn new(config_flags: ConfigFlags) -> Self[src]

Trait Implementations

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

Auto Trait Implementations

impl<T> Send for ImguiInputSystemDesc<T>

impl<T> Unpin for ImguiInputSystemDesc<T> where
    T: Unpin

impl<T> Sync for ImguiInputSystemDesc<T>

impl<T> UnwindSafe for ImguiInputSystemDesc<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for ImguiInputSystemDesc<T> where
    T: RefUnwindSafe

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<T> Resource for T where
    T: Any + Send + Sync

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

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>,