Struct ash::vk::CommandBufferAllocateInfo
source · #[repr(C)]pub struct CommandBufferAllocateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub command_pool: CommandPool,
pub level: CommandBufferLevel,
pub command_buffer_count: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§command_pool: CommandPool
§level: CommandBufferLevel
§command_buffer_count: u32
Implementations§
source§impl CommandBufferAllocateInfo
impl CommandBufferAllocateInfo
pub fn builder<'a>() -> CommandBufferAllocateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for CommandBufferAllocateInfo
impl Clone for CommandBufferAllocateInfo
source§fn clone(&self) -> CommandBufferAllocateInfo
fn clone(&self) -> CommandBufferAllocateInfo
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 CommandBufferAllocateInfo
impl Debug for CommandBufferAllocateInfo
source§impl Default for CommandBufferAllocateInfo
impl Default for CommandBufferAllocateInfo
source§impl TaggedStructure for CommandBufferAllocateInfo
impl TaggedStructure for CommandBufferAllocateInfo
const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_BUFFER_ALLOCATE_INFO
impl Copy for CommandBufferAllocateInfo
Auto Trait Implementations§
impl Freeze for CommandBufferAllocateInfo
impl RefUnwindSafe for CommandBufferAllocateInfo
impl !Send for CommandBufferAllocateInfo
impl !Sync for CommandBufferAllocateInfo
impl Unpin for CommandBufferAllocateInfo
impl UnwindSafe for CommandBufferAllocateInfo
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