pub struct StandardCommandBufferBuilderAlloc { /* private fields */ }Expand description
Command buffer allocated from a StandardCommandBufferAllocator that is currently being
built.
Trait Implementations§
Source§impl CommandBufferBuilderAlloc for StandardCommandBufferBuilderAlloc
impl CommandBufferBuilderAlloc for StandardCommandBufferBuilderAlloc
Source§type Alloc = StandardCommandBufferAlloc
type Alloc = StandardCommandBufferAlloc
Return type of
into_alloc.Source§fn inner(&self) -> &CommandPoolAlloc
fn inner(&self) -> &CommandPoolAlloc
Returns the internal object that contains the command buffer.
Source§fn into_alloc(
self,
) -> <StandardCommandBufferBuilderAlloc as CommandBufferBuilderAlloc>::Alloc
fn into_alloc( self, ) -> <StandardCommandBufferBuilderAlloc as CommandBufferBuilderAlloc>::Alloc
Turns this builder into a command buffer that is pending execution.
Source§fn queue_family_index(&self) -> u32
fn queue_family_index(&self) -> u32
Returns the index of the queue family that the pool targets.
Auto Trait Implementations§
impl Freeze for StandardCommandBufferBuilderAlloc
impl !RefUnwindSafe for StandardCommandBufferBuilderAlloc
impl !Send for StandardCommandBufferBuilderAlloc
impl !Sync for StandardCommandBufferBuilderAlloc
impl Unpin for StandardCommandBufferBuilderAlloc
impl !UnwindSafe for StandardCommandBufferBuilderAlloc
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