Struct screen_13::prelude::vk::CommandBufferBeginInfo
source · 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 moresource§impl Debug for CommandBufferBeginInfo
impl Debug for CommandBufferBeginInfo
source§impl Default for CommandBufferBeginInfo
impl Default for CommandBufferBeginInfo
source§fn default() -> CommandBufferBeginInfo
fn default() -> CommandBufferBeginInfo
Returns the “default value” for a type. Read more