[][src]Struct rendy_chain::Wait

pub struct Wait<S>(_, _);

Semaphore wait info. There must be paired signal.

Methods

impl<S> Wait<S>[src]

pub fn semaphore(&self) -> &S[src]

Get semaphore of the Wait.

pub fn stage(&self) -> PipelineStage[src]

Stage at which to wait.

Trait Implementations

impl<S: Clone> Clone for Wait<S>[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S: Eq> Eq for Wait<S>[src]

impl<S: Copy> Copy for Wait<S>[src]

impl<S: PartialEq> PartialEq<Wait<S>> for Wait<S>[src]

impl<S: Debug> Debug for Wait<S>[src]

Auto Trait Implementations

impl<S> Send for Wait<S> where
    S: Send

impl<S> Sync for Wait<S> where
    S: Sync

Blanket Implementations

impl<T> From for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Supports for T[src]