[][src]Struct rendy::command::Submit

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

Structure contains command buffer ready for submission.

Trait Implementations

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> Submittable<B, L, P> for Submit<B, S, L, P> where
    B: Backend
[src]

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

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

impl<B, S, L, P> Debug for Submit<B, S, L, P> where
    B: Debug + Backend,
    L: Debug,
    P: Debug,
    S: Debug,
    <B as Backend>::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]

impl<T> SetParameter 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]