Struct ash::vk::DescriptorSet
source · #[repr(transparent)]pub struct DescriptorSet(_);
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<DescriptorSet> for DescriptorSet
impl PartialEq<DescriptorSet> 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<DescriptorSet> for DescriptorSet
impl PartialOrd<DescriptorSet> 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 more