Struct ash::vk::RenderPassInputAttachmentAspectCreateInfo
source · #[repr(C)]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 InputAttachmentAspectReference
Implementations§
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 TaggedStructure for RenderPassInputAttachmentAspectCreateInfo
impl TaggedStructure for RenderPassInputAttachmentAspectCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO
impl Copy for RenderPassInputAttachmentAspectCreateInfo
impl ExtendsRenderPassCreateInfo for RenderPassInputAttachmentAspectCreateInfo
Auto Trait Implementations§
impl Freeze for RenderPassInputAttachmentAspectCreateInfo
impl RefUnwindSafe for RenderPassInputAttachmentAspectCreateInfo
impl !Send for RenderPassInputAttachmentAspectCreateInfo
impl !Sync for RenderPassInputAttachmentAspectCreateInfo
impl Unpin for RenderPassInputAttachmentAspectCreateInfo
impl UnwindSafe for RenderPassInputAttachmentAspectCreateInfo
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