[−][src]Struct gfx_hal::pass::Subpass
A sub-pass borrow of a pass.
Fields
index: SubpassId
Index of the subpass
main_pass: &'a B::RenderPass
Main pass borrow.
Trait Implementations
impl<'a, B: Backend> Clone for Subpass<'a, B>
[src][+]
impl<'a, B: Backend> Copy for Subpass<'a, B>
[src]
impl<'a, B: Debug + Backend> Debug for Subpass<'a, B> where
B::RenderPass: Debug,
[src][+]
B::RenderPass: Debug,
impl<'a, B: Backend> Eq for Subpass<'a, B>
[src]
impl<'a, B: Backend> PartialEq<Subpass<'a, B>> for Subpass<'a, B>
[src][+]
Auto Trait Implementations
impl<'a, B> RefUnwindSafe for Subpass<'a, B> where
<B as Backend>::RenderPass: RefUnwindSafe,
<B as Backend>::RenderPass: RefUnwindSafe,
impl<'a, B> Send for Subpass<'a, B> where
<B as Backend>::RenderPass: Sync,
<B as Backend>::RenderPass: Sync,
impl<'a, B> Sync for Subpass<'a, B> where
<B as Backend>::RenderPass: Sync,
<B as Backend>::RenderPass: Sync,
impl<'a, B> Unpin for Subpass<'a, B>
impl<'a, B> UnwindSafe for Subpass<'a, B> where
<B as Backend>::RenderPass: RefUnwindSafe,
<B as Backend>::RenderPass: RefUnwindSafe,
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>,