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
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