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 CommandBufferInheritanceInfo
Implementations§
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§impl TaggedStructure for CommandBufferBeginInfo
impl TaggedStructure for CommandBufferBeginInfo
const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_BUFFER_BEGIN_INFO
impl Copy for CommandBufferBeginInfo
Auto Trait Implementations§
impl Freeze for CommandBufferBeginInfo
impl RefUnwindSafe for CommandBufferBeginInfo
impl !Send for CommandBufferBeginInfo
impl !Sync for CommandBufferBeginInfo
impl Unpin for CommandBufferBeginInfo
impl UnwindSafe for CommandBufferBeginInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more