#[repr(C)]pub struct SubpassDescription2 {Show 13 fields
pub s_type: StructureType,
pub next: *const c_void,
pub flags: SubpassDescriptionFlags,
pub pipeline_bind_point: PipelineBindPoint,
pub view_mask: u32,
pub input_attachment_count: u32,
pub input_attachments: *const AttachmentReference2,
pub color_attachment_count: u32,
pub color_attachments: *const AttachmentReference2,
pub resolve_attachments: *const AttachmentReference2,
pub depth_stencil_attachment: *const AttachmentReference2,
pub preserve_attachment_count: u32,
pub preserve_attachments: *const u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: SubpassDescriptionFlags§pipeline_bind_point: PipelineBindPoint§view_mask: u32§input_attachment_count: u32§input_attachments: *const AttachmentReference2§color_attachment_count: u32§color_attachments: *const AttachmentReference2§resolve_attachments: *const AttachmentReference2§depth_stencil_attachment: *const AttachmentReference2§preserve_attachment_count: u32§preserve_attachments: *const u32Trait Implementations§
Source§impl Clone for SubpassDescription2
impl Clone for SubpassDescription2
Source§fn clone(&self) -> SubpassDescription2
fn clone(&self) -> SubpassDescription2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubpassDescription2
impl Debug for SubpassDescription2
Source§impl Default for SubpassDescription2
impl Default for SubpassDescription2
Source§impl Hash for SubpassDescription2
impl Hash for SubpassDescription2
Source§impl PartialEq for SubpassDescription2
impl PartialEq for SubpassDescription2
impl Copy for SubpassDescription2
impl Eq for SubpassDescription2
impl Send for SubpassDescription2
impl StructuralPartialEq for SubpassDescription2
impl Sync for SubpassDescription2
Auto Trait Implementations§
impl Freeze for SubpassDescription2
impl RefUnwindSafe for SubpassDescription2
impl Unpin for SubpassDescription2
impl UnwindSafe for SubpassDescription2
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