Struct ash::vk::RenderPassAttachmentBeginInfo [−][src]
#[repr(C)]pub struct RenderPassAttachmentBeginInfo { pub s_type: StructureType, pub p_next: *const c_void, pub attachment_count: u32, pub p_attachments: *const ImageView, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
attachment_count: u32
p_attachments: *const ImageView
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for RenderPassAttachmentBeginInfo
impl !Sync for RenderPassAttachmentBeginInfo
impl Unpin for RenderPassAttachmentBeginInfo
impl UnwindSafe for RenderPassAttachmentBeginInfo
Blanket Implementations
Mutably borrows from an owned value. Read more