[−][src]Struct rendy_command::ExecutableState
Command buffer in executable state can be submitted.
Trait Implementations
impl<U: Clone, P: Clone> Clone for ExecutableState<U, P>
[src][+]
impl<U: Copy, P: Copy> Copy for ExecutableState<U, P>
[src]
impl<U: Debug, P: Debug> Debug for ExecutableState<U, P>
[src][+]
impl<U: Default, P: Default> Default for ExecutableState<U, P>
[src][+]
impl<U, P> Resettable for ExecutableState<U, P>
[src]
Auto Trait Implementations
impl<U, P> RefUnwindSafe for ExecutableState<U, P> where
P: RefUnwindSafe,
U: RefUnwindSafe,
P: RefUnwindSafe,
U: RefUnwindSafe,
impl<U, P> Send for ExecutableState<U, P> where
P: Send,
U: Send,
P: Send,
U: Send,
impl<U, P> Sync for ExecutableState<U, P> where
P: Sync,
U: Sync,
P: Sync,
U: Sync,
impl<U, P> Unpin for ExecutableState<U, P> where
P: Unpin,
U: Unpin,
P: Unpin,
U: Unpin,
impl<U, P> UnwindSafe for ExecutableState<U, P> where
P: UnwindSafe,
U: UnwindSafe,
P: UnwindSafe,
U: UnwindSafe,
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,