Struct ash::vk::AttachmentReferenceStencilLayout
source · #[repr(C)]pub struct AttachmentReferenceStencilLayout {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub stencil_layout: ImageLayout,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§stencil_layout: ImageLayoutImplementations§
source§impl AttachmentReferenceStencilLayout
impl AttachmentReferenceStencilLayout
pub fn builder<'a>() -> AttachmentReferenceStencilLayoutBuilder<'a>
Trait Implementations§
source§impl Clone for AttachmentReferenceStencilLayout
impl Clone for AttachmentReferenceStencilLayout
source§fn clone(&self) -> AttachmentReferenceStencilLayout
fn clone(&self) -> AttachmentReferenceStencilLayout
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 more