Struct dvk::core::VkAttachmentReference [] [src]

#[repr(C)]
pub struct VkAttachmentReference { pub attachment: uint32_t, pub layout: VkImageLayout, }

Fields

Trait Implementations

impl Copy for VkAttachmentReference
[src]

impl Clone for VkAttachmentReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more