[][src]Struct rendy_command::Submit

pub struct Submit<B: Backend, S = NoSimultaneousUse, L = PrimaryLevel, P = OutsideRenderPass> { /* fields omitted */ }

Structure contains command buffer ready for submission.

Trait Implementations

impl<B, S, L, P> Submittable<B, L, P> for Submit<B, S, L, P> where
    B: Backend, 
[src]

impl<'a, B, L, P> Submittable<B, L, P> for &'a Submit<B, SimultaneousUse, L, P> where
    B: Backend, 
[src]

impl<B, S, L, P> Send for Submit<B, S, L, P> where
    B: Backend,
    B::CommandBuffer: Send + Sync,
    FamilyId: Send,
    S: Send,
    L: Send,
    P: Send
[src]

impl<B, S, L, P> Sync for Submit<B, S, L, P> where
    B: Backend,
    B::CommandBuffer: Send + Sync,
    S: Sync,
    L: Sync,
    P: Sync
[src]

impl<B: Debug + Backend, S: Debug, L: Debug, P: Debug> Debug for Submit<B, S, L, P> where
    B::CommandBuffer: Debug
[src]

Auto Trait Implementations

impl<B, S, L, P> Unpin for Submit<B, S, L, P> where
    L: Unpin,
    P: Unpin,
    S: Unpin

impl<B, S, L, P> UnwindSafe for Submit<B, S, L, P> where
    L: UnwindSafe,
    P: UnwindSafe,
    S: UnwindSafe,
    <B as Backend>::CommandBuffer: RefUnwindSafe

impl<B, S, L, P> RefUnwindSafe for Submit<B, S, L, P> where
    L: RefUnwindSafe,
    P: RefUnwindSafe,
    S: RefUnwindSafe,
    <B as Backend>::CommandBuffer: 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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