[][src]Struct amethyst_core::deferred_dispatcher_operation::AddThreadLocalDesc

pub struct AddThreadLocalDesc<SD, S> {
    pub system_desc: SD,
    pub marker: PhantomData<S>,
}

Deferred operation Add Thread Local Desc

Fields

system_desc: SD

System description

marker: PhantomData<S>

Generic type holder

Trait Implementations

impl<'a, 'b, SD, S> DispatcherOperation<'a, 'b> for AddThreadLocalDesc<SD, S> where
    SD: RunNowDesc<'a, 'b, S>,
    S: for<'c> RunNow<'c> + 'b, 
[src]

impl<SD, S> Debug for AddThreadLocalDesc<SD, S>[src]

Auto Trait Implementations

impl<SD, S> Send for AddThreadLocalDesc<SD, S> where
    S: Send,
    SD: Send

impl<SD, S> Unpin for AddThreadLocalDesc<SD, S> where
    S: Unpin,
    SD: Unpin

impl<SD, S> Sync for AddThreadLocalDesc<SD, S> where
    S: Sync,
    SD: Sync

impl<SD, S> UnwindSafe for AddThreadLocalDesc<SD, S> where
    S: UnwindSafe,
    SD: UnwindSafe

impl<SD, S> RefUnwindSafe for AddThreadLocalDesc<SD, S> where
    S: RefUnwindSafe,
    SD: 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<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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