pub struct Submit<B: Backend, S = NoSimultaneousUse, L = PrimaryLevel, P = OutsideRenderPass> { /* private fields */ }
Expand description
Structure contains command buffer ready for submission.
Trait Implementations§
Source§impl<B: Debug + Backend, S: Debug, L: Debug, P: Debug> Debug for Submit<B, S, L, P>where
B::CommandBuffer: Debug,
impl<B: Debug + Backend, S: Debug, L: Debug, P: Debug> Debug for Submit<B, S, L, P>where
B::CommandBuffer: Debug,
Source§impl<'a, B, L, P> Submittable<B, L, P> for &'a Submit<B, SimultaneousUse, L, P>where
B: Backend,
impl<'a, B, L, P> Submittable<B, L, P> for &'a Submit<B, SimultaneousUse, L, P>where
B: Backend,
Source§impl<B, S, L, P> Submittable<B, L, P> for Submit<B, S, L, P>where
B: Backend,
impl<B, S, L, P> Submittable<B, L, P> for Submit<B, S, L, P>where
B: Backend,
impl<B, S, L, P> Send for Submit<B, S, L, P>
impl<B, S, L, P> Sync for Submit<B, S, L, P>
Auto Trait Implementations§
impl<B, S, L, P> Freeze for Submit<B, S, L, P>
impl<B, S, L, P> RefUnwindSafe for Submit<B, S, L, P>where
S: RefUnwindSafe,
L: RefUnwindSafe,
P: RefUnwindSafe,
<B as Backend>::CommandBuffer: RefUnwindSafe,
impl<B, S, L, P> Unpin for Submit<B, S, L, P>
impl<B, S, L, P> UnwindSafe for Submit<B, S, L, P>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more