pub struct CommandPool(/* private fields */);Expand description
Chapter: Command Buffers
Description: Opaque handle to a command pool object
Provided by: VK_VERSION_1_0
Reference: VkCommandPool
Implementations§
Source§impl CommandPool
impl CommandPool
Trait Implementations§
Source§impl Clone for CommandPool
impl Clone for CommandPool
Source§fn clone(&self) -> CommandPool
fn clone(&self) -> CommandPool
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommandPool
Source§impl Debug for CommandPool
impl Debug for CommandPool
Auto Trait Implementations§
impl Freeze for CommandPool
impl RefUnwindSafe for CommandPool
impl Send for CommandPool
impl Sync for CommandPool
impl Unpin for CommandPool
impl UnsafeUnpin for CommandPool
impl UnwindSafe for CommandPool
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