pub struct RenderPassInputAttachmentAspectCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub aspect_reference_count: u32,
pub p_aspect_references: *const InputAttachmentAspectReference,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§aspect_reference_count: u32§p_aspect_references: *const InputAttachmentAspectReferenceImplementations§
Trait Implementations§
source§impl Clone for RenderPassInputAttachmentAspectCreateInfo
impl Clone for RenderPassInputAttachmentAspectCreateInfo
source§fn clone(&self) -> RenderPassInputAttachmentAspectCreateInfo
fn clone(&self) -> RenderPassInputAttachmentAspectCreateInfo
Returns a copy 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 Default for RenderPassInputAttachmentAspectCreateInfo
impl Default for RenderPassInputAttachmentAspectCreateInfo
source§fn default() -> RenderPassInputAttachmentAspectCreateInfo
fn default() -> RenderPassInputAttachmentAspectCreateInfo
Returns the “default value” for a type. Read more