Struct screen_13::driver::SubpassInfo
source · [−]pub struct SubpassInfo {
pub color_attachments: Vec<AttachmentRef>,
pub depth_stencil_attachment: Option<AttachmentRef>,
pub input_attachments: Vec<AttachmentRef>,
pub preserve_attachments: Vec<u32>,
pub resolve_attachments: Vec<AttachmentRef>,
}Fields
color_attachments: Vec<AttachmentRef>depth_stencil_attachment: Option<AttachmentRef>input_attachments: Vec<AttachmentRef>preserve_attachments: Vec<u32>resolve_attachments: Vec<AttachmentRef>Implementations
sourceimpl SubpassInfo
impl SubpassInfo
pub fn with_capacity(capacity: usize) -> Self
pub fn has_multiple_attachments(&self) -> bool
Trait Implementations
sourceimpl Clone for SubpassInfo
impl Clone for SubpassInfo
sourcefn clone(&self) -> SubpassInfo
fn clone(&self) -> SubpassInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SubpassInfo
impl Debug for SubpassInfo
sourceimpl Hash for SubpassInfo
impl Hash for SubpassInfo
sourceimpl PartialEq<SubpassInfo> for SubpassInfo
impl PartialEq<SubpassInfo> for SubpassInfo
sourcefn eq(&self, other: &SubpassInfo) -> bool
fn eq(&self, other: &SubpassInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SubpassInfo) -> bool
fn ne(&self, other: &SubpassInfo) -> bool
This method tests for !=.
impl Eq for SubpassInfo
impl StructuralEq for SubpassInfo
impl StructuralPartialEq for SubpassInfo
Auto Trait Implementations
impl RefUnwindSafe for SubpassInfo
impl Send for SubpassInfo
impl Sync for SubpassInfo
impl Unpin for SubpassInfo
impl UnwindSafe for SubpassInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more