[−][src]Struct rendy_command::RecordingState
Command buffer in recording state could be populated with commands.
Trait Implementations
impl<U: Clone, P: Clone> Clone for RecordingState<U, P>
[src][+]
impl<U: Copy, P: Copy> Copy for RecordingState<U, P>
[src]
impl<U: Debug, P: Debug> Debug for RecordingState<U, P>
[src][+]
impl<U: Default, P: Default> Default for RecordingState<U, P>
[src][+]
impl<U, P> Resettable for RecordingState<U, P>
[src]
Auto Trait Implementations
impl<U, P> RefUnwindSafe for RecordingState<U, P> where
P: RefUnwindSafe,
U: RefUnwindSafe,
P: RefUnwindSafe,
U: RefUnwindSafe,
impl<U, P> Send for RecordingState<U, P> where
P: Send,
U: Send,
P: Send,
U: Send,
impl<U, P> Sync for RecordingState<U, P> where
P: Sync,
U: Sync,
P: Sync,
U: Sync,
impl<U, P> Unpin for RecordingState<U, P> where
P: Unpin,
U: Unpin,
P: Unpin,
U: Unpin,
impl<U, P> UnwindSafe for RecordingState<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>,