Struct ash::vk::AttachmentDescriptionStencilLayout [−][src]
#[repr(C)]pub struct AttachmentDescriptionStencilLayout { pub s_type: StructureType, pub p_next: *mut c_void, pub stencil_initial_layout: ImageLayout, pub stencil_final_layout: ImageLayout, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
stencil_initial_layout: ImageLayout
stencil_final_layout: ImageLayout
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for AttachmentDescriptionStencilLayout
impl !Sync for AttachmentDescriptionStencilLayout
impl Unpin for AttachmentDescriptionStencilLayout
Blanket Implementations
Mutably borrows from an owned value. Read more