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