#[repr(C)]pub struct RenderPassAttachmentBeginInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub attachment_count: u32,
pub p_attachments: *const ImageView,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§attachment_count: u32§p_attachments: *const ImageView§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> RenderPassAttachmentBeginInfo<'a>
impl<'a> RenderPassAttachmentBeginInfo<'a>
pub fn attachments( self, attachments: &'a [ImageView], ) -> RenderPassAttachmentBeginInfo<'a>
Trait Implementations§
Source§impl<'a> Clone for RenderPassAttachmentBeginInfo<'a>
impl<'a> Clone for RenderPassAttachmentBeginInfo<'a>
Source§fn clone(&self) -> RenderPassAttachmentBeginInfo<'a>
fn clone(&self) -> RenderPassAttachmentBeginInfo<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for RenderPassAttachmentBeginInfo<'a>
impl<'a> Debug for RenderPassAttachmentBeginInfo<'a>
Source§impl Default for RenderPassAttachmentBeginInfo<'_>
impl Default for RenderPassAttachmentBeginInfo<'_>
Source§fn default() -> RenderPassAttachmentBeginInfo<'_>
fn default() -> RenderPassAttachmentBeginInfo<'_>
Returns the “default value” for a type. Read more
Source§impl<'a> TaggedStructure for RenderPassAttachmentBeginInfo<'a>
impl<'a> TaggedStructure for RenderPassAttachmentBeginInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::RENDER_PASS_ATTACHMENT_BEGIN_INFO
impl<'a> Copy for RenderPassAttachmentBeginInfo<'a>
impl ExtendsRenderPassBeginInfo for RenderPassAttachmentBeginInfo<'_>
impl Send for RenderPassAttachmentBeginInfo<'_>
impl Sync for RenderPassAttachmentBeginInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for RenderPassAttachmentBeginInfo<'a>
impl<'a> RefUnwindSafe for RenderPassAttachmentBeginInfo<'a>
impl<'a> Unpin for RenderPassAttachmentBeginInfo<'a>
impl<'a> UnwindSafe for RenderPassAttachmentBeginInfo<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)