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