pub struct SubpassBlueprint {
pub color_attachments: Vec<u32>,
pub depth_attachment: Option<u32>,
}Fields§
§color_attachments: Vec<u32>§depth_attachment: Option<u32>Trait Implementations§
Source§impl Clone for SubpassBlueprint
impl Clone for SubpassBlueprint
Source§fn clone(&self) -> SubpassBlueprint
fn clone(&self) -> SubpassBlueprint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SubpassBlueprint
impl RefUnwindSafe for SubpassBlueprint
impl Send for SubpassBlueprint
impl Sync for SubpassBlueprint
impl Unpin for SubpassBlueprint
impl UnsafeUnpin for SubpassBlueprint
impl UnwindSafe for SubpassBlueprint
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