Struct ash::vk::CommandPool  
source · pub struct CommandPool(/* private fields */);Expand description
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 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 CommandPool
 
impl Debug for CommandPool
source§impl Default for CommandPool
 
impl Default for CommandPool
source§fn default() -> CommandPool
 
fn default() -> CommandPool
Returns the “default value” for a type. Read more
source§impl Handle for CommandPool
 
impl Handle for CommandPool
source§impl Hash for CommandPool
 
impl Hash for CommandPool
source§impl Ord for CommandPool
 
impl Ord for CommandPool
source§fn cmp(&self, other: &CommandPool) -> Ordering
 
fn cmp(&self, other: &CommandPool) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CommandPool
 
impl PartialEq for CommandPool
source§impl PartialOrd for CommandPool
 
impl PartialOrd for CommandPool
source§impl Pointer for CommandPool
 
impl Pointer for CommandPool
impl Copy for CommandPool
impl Eq for CommandPool
impl StructuralPartialEq 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 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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)