Struct ash::vk::DescriptorPool  
source · pub struct DescriptorPool(/* private fields */);Expand description
Implementations§
Trait Implementations§
source§impl Clone for DescriptorPool
 
impl Clone for DescriptorPool
source§fn clone(&self) -> DescriptorPool
 
fn clone(&self) -> DescriptorPool
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 DescriptorPool
 
impl Debug for DescriptorPool
source§impl Default for DescriptorPool
 
impl Default for DescriptorPool
source§fn default() -> DescriptorPool
 
fn default() -> DescriptorPool
Returns the “default value” for a type. Read more
source§impl Handle for DescriptorPool
 
impl Handle for DescriptorPool
source§impl Hash for DescriptorPool
 
impl Hash for DescriptorPool
source§impl Ord for DescriptorPool
 
impl Ord for DescriptorPool
source§fn cmp(&self, other: &DescriptorPool) -> Ordering
 
fn cmp(&self, other: &DescriptorPool) -> 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 DescriptorPool
 
impl PartialEq for DescriptorPool
source§impl PartialOrd for DescriptorPool
 
impl PartialOrd for DescriptorPool
source§impl Pointer for DescriptorPool
 
impl Pointer for DescriptorPool
impl Copy for DescriptorPool
impl Eq for DescriptorPool
impl StructuralPartialEq for DescriptorPool
Auto Trait Implementations§
impl Freeze for DescriptorPool
impl RefUnwindSafe for DescriptorPool
impl Send for DescriptorPool
impl Sync for DescriptorPool
impl Unpin for DescriptorPool
impl UnwindSafe for DescriptorPool
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)