Struct ash::vk::AttachmentReference [−][src]
#[repr(C)]pub struct AttachmentReference { pub attachment: u32, pub layout: ImageLayout, }
Expand description
Fields
attachment: u32
layout: ImageLayout
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AttachmentReference
impl Send for AttachmentReference
impl Sync for AttachmentReference
impl Unpin for AttachmentReference
impl UnwindSafe for AttachmentReference
Blanket Implementations
Mutably borrows from an owned value. Read more