pub type RenderPassInputAttachmentAspectCreateInfoKHR<'a> = RenderPassInputAttachmentAspectCreateInfo<'a>;
Aliased Type§
struct RenderPassInputAttachmentAspectCreateInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub aspect_reference_count: u32,
pub p_aspect_references: *const InputAttachmentAspectReference,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§aspect_reference_count: u32
§p_aspect_references: *const InputAttachmentAspectReference
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> RenderPassInputAttachmentAspectCreateInfo<'a>
impl<'a> RenderPassInputAttachmentAspectCreateInfo<'a>
pub fn aspect_references( self, aspect_references: &'a [InputAttachmentAspectReference], ) -> Self
Trait Implementations
Source§impl<'a> Clone for RenderPassInputAttachmentAspectCreateInfo<'a>
impl<'a> Clone for RenderPassInputAttachmentAspectCreateInfo<'a>
Source§fn clone(&self) -> RenderPassInputAttachmentAspectCreateInfo<'a>
fn clone(&self) -> RenderPassInputAttachmentAspectCreateInfo<'a>
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 more