pub struct CommandBufferFixedCountAllocateInfo<'r, const N: usize>(/* private fields */);
Implementations§
Source§impl<'r, const N: usize> CommandBufferFixedCountAllocateInfo<'r, N>
impl<'r, const N: usize> CommandBufferFixedCountAllocateInfo<'r, N>
pub fn new( command_pool: &'r mut (impl VkHandleMut<Handle = VkCommandPool> + ?Sized), level: CommandBufferLevel, ) -> Self
Trait Implementations§
Source§impl<'r, const N: usize> Clone for CommandBufferFixedCountAllocateInfo<'r, N>
impl<'r, const N: usize> Clone for CommandBufferFixedCountAllocateInfo<'r, N>
Source§fn clone(&self) -> CommandBufferFixedCountAllocateInfo<'r, N>
fn clone(&self) -> CommandBufferFixedCountAllocateInfo<'r, N>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<'r, const N: usize> Freeze for CommandBufferFixedCountAllocateInfo<'r, N>
impl<'r, const N: usize> !RefUnwindSafe for CommandBufferFixedCountAllocateInfo<'r, N>
impl<'r, const N: usize> !Send for CommandBufferFixedCountAllocateInfo<'r, N>
impl<'r, const N: usize> !Sync for CommandBufferFixedCountAllocateInfo<'r, N>
impl<'r, const N: usize> Unpin for CommandBufferFixedCountAllocateInfo<'r, N>
impl<'r, const N: usize> !UnwindSafe for CommandBufferFixedCountAllocateInfo<'r, N>
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