Struct vulkanalia_sys::AttachmentReference2
source · [−]#[repr(C)]pub struct AttachmentReference2 {
pub s_type: StructureType,
pub next: *const c_void,
pub attachment: u32,
pub layout: ImageLayout,
pub aspect_mask: ImageAspectFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidattachment: u32layout: ImageLayoutaspect_mask: ImageAspectFlagsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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