[−][src]Struct rendy_command::Submit
Structure contains command buffer ready for submission.
Trait Implementations
impl<B: Debug + Backend, S: Debug, L: Debug, P: Debug> Debug for Submit<B, S, L, P> where
B::CommandBuffer: Debug,
[src]
B::CommandBuffer: Debug,
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]
B: Backend,
B::CommandBuffer: Send + Sync,
FamilyId: Send,
S: Send,
L: Send,
P: Send,
impl<B, S, L, P> Submittable<B, L, P> for Submit<B, S, L, P> where
B: Backend,
[src]
B: Backend,
impl<'a, B, L, P> Submittable<B, L, P> for &'a Submit<B, SimultaneousUse, L, P> where
B: Backend,
[src]
B: Backend,
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]
B: Backend,
B::CommandBuffer: Send + Sync,
S: Sync,
L: Sync,
P: Sync,
Auto Trait Implementations
impl<B, S, L, P> RefUnwindSafe for Submit<B, S, L, P> where
L: RefUnwindSafe,
P: RefUnwindSafe,
S: RefUnwindSafe,
<B as Backend>::CommandBuffer: RefUnwindSafe,
L: RefUnwindSafe,
P: RefUnwindSafe,
S: RefUnwindSafe,
<B as Backend>::CommandBuffer: RefUnwindSafe,
impl<B, S, L, P> Unpin for Submit<B, S, L, P> where
L: Unpin,
P: Unpin,
S: Unpin,
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,
L: UnwindSafe,
P: UnwindSafe,
S: UnwindSafe,
<B as Backend>::CommandBuffer: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,