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§fn eq(&self, other: &DescriptorSet) -> bool
fn eq(&self, other: &DescriptorSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DescriptorSet
impl PartialOrd for DescriptorSet
source§fn partial_cmp(&self, other: &DescriptorSet) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorSet) -> 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 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