[−][src]Struct rendy_command::PendingState
Command buffer in pending state are submitted to the device.
Command buffer in pending state must never be invalidated or reset because device may read it at the moment.
Proving device is done with buffer requires nontrivial strategies.
Therefore moving buffer from pending state requires unsafe
method.
Trait Implementations
impl<N: Clone> Clone for PendingState<N>
[src][+]
impl<N: Copy> Copy for PendingState<N>
[src]
impl<N: Debug> Debug for PendingState<N>
[src][+]
impl<N: Default> Default for PendingState<N>
[src][+]
Auto Trait Implementations
impl<N> RefUnwindSafe for PendingState<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for PendingState<N> where
N: Send,
N: Send,
impl<N> Sync for PendingState<N> where
N: Sync,
N: Sync,
impl<N> Unpin for PendingState<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for PendingState<N> where
N: UnwindSafe,
N: 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>,