#[repr(C)]pub struct AttachmentReference {
pub attachment: u32,
pub layout: ImageLayout,
}Expand description
VkAttachmentReference
Provided by VK_GRAPHICS_VERSION_1_0.
Fields§
§attachment: u32§layout: ImageLayoutImplementations§
Source§impl AttachmentReference
impl AttachmentReference
Sourcepub fn builder() -> AttachmentReferenceBuilder
pub fn builder() -> AttachmentReferenceBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for AttachmentReference
impl Clone for AttachmentReference
Source§fn clone(&self) -> AttachmentReference
fn clone(&self) -> AttachmentReference
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 moreSource§impl Debug for AttachmentReference
impl Debug for AttachmentReference
Source§impl Default for AttachmentReference
impl Default for AttachmentReference
impl Copy for AttachmentReference
Auto Trait Implementations§
impl Freeze for AttachmentReference
impl RefUnwindSafe for AttachmentReference
impl Send for AttachmentReference
impl Sync for AttachmentReference
impl Unpin for AttachmentReference
impl UnsafeUnpin for AttachmentReference
impl UnwindSafe for AttachmentReference
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