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