pub type AttachmentReferenceStencilLayoutKHR = AttachmentReferenceStencilLayout;

Aliased Type§

struct AttachmentReferenceStencilLayoutKHR {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub stencil_layout: ImageLayout,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§stencil_layout: ImageLayout

Implementations

Trait Implementations

source§

impl Debug for AttachmentReferenceStencilLayout

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for AttachmentReferenceStencilLayout

source§

impl ExtendsAttachmentReference2 for AttachmentReferenceStencilLayout

source§

impl TaggedStructure for AttachmentReferenceStencilLayout

source§

const STRUCTURE_TYPE: StructureType = StructureType::ATTACHMENT_REFERENCE_STENCIL_LAYOUT

source§

impl Clone for AttachmentReferenceStencilLayout

source§

fn clone(&self) -> AttachmentReferenceStencilLayout

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for AttachmentReferenceStencilLayout

source§

fn default() -> Self

Returns the “default value” for a type. Read more