ash::vk

Type Alias AttachmentDescriptionStencilLayoutKHR

Source
pub type AttachmentDescriptionStencilLayoutKHR<'a> = AttachmentDescriptionStencilLayout<'a>;

Aliased Type§

struct AttachmentDescriptionStencilLayoutKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub stencil_initial_layout: ImageLayout,
    pub stencil_final_layout: ImageLayout,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§stencil_initial_layout: ImageLayout§stencil_final_layout: ImageLayout§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> AttachmentDescriptionStencilLayout<'a>

Source

pub fn stencil_initial_layout(self, stencil_initial_layout: ImageLayout) -> Self

Source

pub fn stencil_final_layout(self, stencil_final_layout: ImageLayout) -> Self

Trait Implementations

Source§

impl<'a> Clone for AttachmentDescriptionStencilLayout<'a>

Source§

fn clone(&self) -> AttachmentDescriptionStencilLayout<'a>

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<'a> Debug for AttachmentDescriptionStencilLayout<'a>

Source§

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

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

impl Default for AttachmentDescriptionStencilLayout<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for AttachmentDescriptionStencilLayout<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT

Source§

impl<'a> Copy for AttachmentDescriptionStencilLayout<'a>

Source§

impl ExtendsAttachmentDescription2 for AttachmentDescriptionStencilLayout<'_>

Source§

impl Send for AttachmentDescriptionStencilLayout<'_>

Source§

impl Sync for AttachmentDescriptionStencilLayout<'_>