#[repr(C)]pub struct VkRenderPassAttachmentBeginInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub attachmentCount: u32,
pub pAttachments: *const VkImageView,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§attachmentCount: u32
§pAttachments: *const VkImageView
Trait Implementations§
Source§impl Clone for VkRenderPassAttachmentBeginInfo
impl Clone for VkRenderPassAttachmentBeginInfo
Source§fn clone(&self) -> VkRenderPassAttachmentBeginInfo
fn clone(&self) -> VkRenderPassAttachmentBeginInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkRenderPassAttachmentBeginInfo
Auto Trait Implementations§
impl Freeze for VkRenderPassAttachmentBeginInfo
impl RefUnwindSafe for VkRenderPassAttachmentBeginInfo
impl !Send for VkRenderPassAttachmentBeginInfo
impl !Sync for VkRenderPassAttachmentBeginInfo
impl Unpin for VkRenderPassAttachmentBeginInfo
impl UnwindSafe for VkRenderPassAttachmentBeginInfo
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