#[repr(C)]pub struct AttachmentReferenceStencilLayout {
pub s_type: StructureType,
pub next: *mut c_void,
pub stencil_layout: ImageLayout,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidstencil_layout: ImageLayoutTrait 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 !Send for AttachmentReferenceStencilLayout
impl !Sync for AttachmentReferenceStencilLayout
impl Unpin for AttachmentReferenceStencilLayout
Blanket Implementations
Mutably borrows from an owned value. Read more