Struct ash::vk::DescriptorUpdateTemplate
source · pub struct DescriptorUpdateTemplate(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for DescriptorUpdateTemplate
impl Clone for DescriptorUpdateTemplate
source§fn clone(&self) -> DescriptorUpdateTemplate
fn clone(&self) -> DescriptorUpdateTemplate
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 DescriptorUpdateTemplate
impl Debug for DescriptorUpdateTemplate
source§impl Default for DescriptorUpdateTemplate
impl Default for DescriptorUpdateTemplate
source§fn default() -> DescriptorUpdateTemplate
fn default() -> DescriptorUpdateTemplate
Returns the “default value” for a type. Read more
source§impl Handle for DescriptorUpdateTemplate
impl Handle for DescriptorUpdateTemplate
source§impl Hash for DescriptorUpdateTemplate
impl Hash for DescriptorUpdateTemplate
source§impl Ord for DescriptorUpdateTemplate
impl Ord for DescriptorUpdateTemplate
source§fn cmp(&self, other: &DescriptorUpdateTemplate) -> Ordering
fn cmp(&self, other: &DescriptorUpdateTemplate) -> 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 DescriptorUpdateTemplate
impl PartialEq for DescriptorUpdateTemplate
source§fn eq(&self, other: &DescriptorUpdateTemplate) -> bool
fn eq(&self, other: &DescriptorUpdateTemplate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DescriptorUpdateTemplate
impl PartialOrd for DescriptorUpdateTemplate
source§fn partial_cmp(&self, other: &DescriptorUpdateTemplate) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorUpdateTemplate) -> 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 DescriptorUpdateTemplate
impl Pointer for DescriptorUpdateTemplate
impl Copy for DescriptorUpdateTemplate
impl Eq for DescriptorUpdateTemplate
impl StructuralPartialEq for DescriptorUpdateTemplate
Auto Trait Implementations§
impl Freeze for DescriptorUpdateTemplate
impl RefUnwindSafe for DescriptorUpdateTemplate
impl Send for DescriptorUpdateTemplate
impl Sync for DescriptorUpdateTemplate
impl Unpin for DescriptorUpdateTemplate
impl UnwindSafe for DescriptorUpdateTemplate
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