[−][src]Struct rendy_command::Submit
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]
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,
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: Backend, S, L, P> Debug for Submit<B, S, L, P> where
S: Debug,
L: Debug,
P: Debug,
[src]
S: Debug,
L: Debug,
P: Debug,
Auto Trait Implementations
impl<B, S, L, P> Unpin for Submit<B, S, L, P> where
L: Unpin,
P: Unpin,
S: Unpin,
<B as Backend>::CommandBuffer: Unpin,
L: Unpin,
P: Unpin,
S: Unpin,
<B as Backend>::CommandBuffer: 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,
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,
Blanket Implementations
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Supports<T> for T
[src]
impl<T> SetParameter for T
[src]
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
[src]
T: Parameter<Self>,
Sets value
as a parameter of self
.