Struct ash::vk::SubpassBeginInfo  
source · #[repr(C)]pub struct SubpassBeginInfo {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub contents: SubpassContents,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§contents: SubpassContentsImplementations§
source§impl SubpassBeginInfo
 
impl SubpassBeginInfo
pub fn builder<'a>() -> SubpassBeginInfoBuilder<'a>
Trait Implementations§
source§impl Clone for SubpassBeginInfo
 
impl Clone for SubpassBeginInfo
source§fn clone(&self) -> SubpassBeginInfo
 
fn clone(&self) -> SubpassBeginInfo
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