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: StructureTypep_next: *const c_voidattachment_count: u32p_attachments: *const ImageViewImplementations
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