#[repr(C)]pub struct RenderPassAttachmentBeginInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub attachmentCount: u32,
pub pAttachments: *const ImageView,
}Fields§
§sType: StructureType§pNext: *const c_void§attachmentCount: u32§pAttachments: *const ImageViewTrait Implementations§
Source§impl Clone for RenderPassAttachmentBeginInfo
impl Clone for RenderPassAttachmentBeginInfo
Source§fn clone(&self) -> RenderPassAttachmentBeginInfo
fn clone(&self) -> RenderPassAttachmentBeginInfo
Returns a duplicate 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 moreimpl Copy 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