#[repr(C)]pub struct RenderPassAttachmentBeginInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub attachment_count: u32,
pub attachments: *const ImageView,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidattachment_count: u32attachments: *const ImageViewTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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