Struct ash::vk::DescriptorSetLayout
source · #[repr(transparent)]pub struct DescriptorSetLayout(_);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for DescriptorSetLayout
impl Clone for DescriptorSetLayout
source§fn clone(&self) -> DescriptorSetLayout
fn clone(&self) -> DescriptorSetLayout
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 DescriptorSetLayout
impl Debug for DescriptorSetLayout
source§impl Default for DescriptorSetLayout
impl Default for DescriptorSetLayout
source§fn default() -> DescriptorSetLayout
fn default() -> DescriptorSetLayout
Returns the “default value” for a type. Read more
source§impl Handle for DescriptorSetLayout
impl Handle for DescriptorSetLayout
source§impl Hash for DescriptorSetLayout
impl Hash for DescriptorSetLayout
source§impl Ord for DescriptorSetLayout
impl Ord for DescriptorSetLayout
source§fn cmp(&self, other: &DescriptorSetLayout) -> Ordering
fn cmp(&self, other: &DescriptorSetLayout) -> 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<DescriptorSetLayout> for DescriptorSetLayout
impl PartialEq<DescriptorSetLayout> for DescriptorSetLayout
source§fn eq(&self, other: &DescriptorSetLayout) -> bool
fn eq(&self, other: &DescriptorSetLayout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DescriptorSetLayout> for DescriptorSetLayout
impl PartialOrd<DescriptorSetLayout> for DescriptorSetLayout
source§fn partial_cmp(&self, other: &DescriptorSetLayout) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorSetLayout) -> 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