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§fn eq(&self, other: &DescriptorPool) -> bool
fn eq(&self, other: &DescriptorPool) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DescriptorPool
impl PartialOrd for DescriptorPool
source§fn partial_cmp(&self, other: &DescriptorPool) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorPool) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§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