[−][src]Struct rendy_command::SecondaryLevel
Command buffers of this level can be executed as part of the primary buffers.
Trait Implementations
impl Level for SecondaryLevel
[src][+]
impl RenderPassRelation<SecondaryLevel> for RenderPassContinue
[src][+]
impl<'a, B> BeginInfo<'a, B, SecondaryLevel> for Subpass<'a, B> where
B: Backend,
[src][+]
B: Backend,
impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, Option<&'a F>) where
B: Backend,
F: Borrow<B::Framebuffer>,
[src][+]
B: Backend,
F: Borrow<B::Framebuffer>,
impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, &'a F) where
B: Backend,
F: Borrow<B::Framebuffer>,
[src][+]
B: Backend,
F: Borrow<B::Framebuffer>,
impl Copy for SecondaryLevel
[src]
impl Default for SecondaryLevel
[src][+]
impl Clone for SecondaryLevel
[src][+]
impl Debug for SecondaryLevel
[src][+]
Auto Trait Implementations
impl Unpin for SecondaryLevel
impl Sync for SecondaryLevel
impl Send for SecondaryLevel
impl UnwindSafe for SecondaryLevel
impl RefUnwindSafe for SecondaryLevel
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
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> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,