ash::vk

Type Alias SubpassBeginInfoKHR

Source
pub type SubpassBeginInfoKHR<'a> = SubpassBeginInfo<'a>;

Aliased Type§

struct SubpassBeginInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub contents: SubpassContents,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§contents: SubpassContents§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> SubpassBeginInfo<'a>

Source

pub fn contents(self, contents: SubpassContents) -> Self

Trait Implementations

Source§

impl<'a> Clone for SubpassBeginInfo<'a>

Source§

fn clone(&self) -> SubpassBeginInfo<'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 SubpassBeginInfo<'a>

Source§

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

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

impl Default for SubpassBeginInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for SubpassBeginInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::SUBPASS_BEGIN_INFO

Source§

impl<'a> Copy for SubpassBeginInfo<'a>

Source§

impl Send for SubpassBeginInfo<'_>

Source§

impl Sync for SubpassBeginInfo<'_>