Struct ash::vk::RenderPassAttachmentBeginInfo
source · #[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§
source§impl RenderPassAttachmentBeginInfo
impl RenderPassAttachmentBeginInfo
pub fn builder<'a>() -> RenderPassAttachmentBeginInfoBuilder<'a>
Trait Implementations§
source§impl Clone for RenderPassAttachmentBeginInfo
impl Clone for RenderPassAttachmentBeginInfo
source§fn clone(&self) -> RenderPassAttachmentBeginInfo
fn clone(&self) -> RenderPassAttachmentBeginInfo
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 RenderPassAttachmentBeginInfo
impl TaggedStructure for RenderPassAttachmentBeginInfo
const STRUCTURE_TYPE: StructureType = StructureType::RENDER_PASS_ATTACHMENT_BEGIN_INFO
impl Copy for RenderPassAttachmentBeginInfo
impl ExtendsRenderPassBeginInfo for RenderPassAttachmentBeginInfo
Auto Trait Implementations§
impl Freeze for RenderPassAttachmentBeginInfo
impl RefUnwindSafe for RenderPassAttachmentBeginInfo
impl !Send for RenderPassAttachmentBeginInfo
impl !Sync for RenderPassAttachmentBeginInfo
impl Unpin for RenderPassAttachmentBeginInfo
impl UnwindSafe for RenderPassAttachmentBeginInfo
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