pub struct Subpass<'a, B: Backend> {
pub index: SubpassId,
pub main_pass: &'a B::RenderPass,
}
Expand description
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> Copy for Subpass<'a, B>
impl<'a, B: Backend> Eq for Subpass<'a, B>
Auto Trait Implementations§
impl<'a, B> Freeze for Subpass<'a, B>
impl<'a, B> RefUnwindSafe for Subpass<'a, B>
impl<'a, B> Send for Subpass<'a, B>
impl<'a, B> Sync for Subpass<'a, B>
impl<'a, B> Unpin for Subpass<'a, B>
impl<'a, B> UnwindSafe for Subpass<'a, B>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more