Struct ash::vk::DescriptorSetLayout
source · pub struct DescriptorSetLayout(/* private fields */);
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 for DescriptorSetLayout
impl PartialEq 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 for DescriptorSetLayout
impl PartialOrd 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 moresource§impl Pointer for DescriptorSetLayout
impl Pointer for DescriptorSetLayout
impl Copy for DescriptorSetLayout
impl Eq for DescriptorSetLayout
impl StructuralPartialEq for DescriptorSetLayout
Auto Trait Implementations§
impl Freeze for DescriptorSetLayout
impl RefUnwindSafe for DescriptorSetLayout
impl Send for DescriptorSetLayout
impl Sync for DescriptorSetLayout
impl Unpin for DescriptorSetLayout
impl UnwindSafe for DescriptorSetLayout
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