Struct ash::vk::AttachmentReference  
source · #[repr(C)]pub struct AttachmentReference {
    pub attachment: u32,
    pub layout: ImageLayout,
}Expand description
Fields§
§attachment: u32§layout: ImageLayoutImplementations§
source§impl AttachmentReference
 
impl AttachmentReference
pub fn builder<'a>() -> AttachmentReferenceBuilder<'a>
Trait Implementations§
source§impl Clone for AttachmentReference
 
impl Clone for AttachmentReference
source§fn clone(&self) -> AttachmentReference
 
fn clone(&self) -> AttachmentReference
Returns a copy 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
source§fn default() -> AttachmentReference
 
fn default() -> AttachmentReference
Returns the “default value” for a type. Read more