Struct ash::vk::DescriptorUpdateTemplateType
source · pub struct DescriptorUpdateTemplateType(/* private fields */);
Expand description
Implementations§
source§impl DescriptorUpdateTemplateType
impl DescriptorUpdateTemplateType
sourcepub const DESCRIPTOR_SET: Self = _
pub const DESCRIPTOR_SET: Self = _
Create descriptor update template for descriptor set updates
source§impl DescriptorUpdateTemplateType
impl DescriptorUpdateTemplateType
Generated from ‘VK_KHR_push_descriptor’
sourcepub const PUSH_DESCRIPTORS_KHR: Self = _
pub const PUSH_DESCRIPTORS_KHR: Self = _
Create descriptor update template for pushed descriptor updates
source§impl DescriptorUpdateTemplateType
impl DescriptorUpdateTemplateType
Generated from ‘VK_KHR_descriptor_update_template’
pub const DESCRIPTOR_SET_KHR: Self = Self::DESCRIPTOR_SET
Trait Implementations§
source§impl Clone for DescriptorUpdateTemplateType
impl Clone for DescriptorUpdateTemplateType
source§fn clone(&self) -> DescriptorUpdateTemplateType
fn clone(&self) -> DescriptorUpdateTemplateType
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 DescriptorUpdateTemplateType
impl Debug for DescriptorUpdateTemplateType
source§impl Default for DescriptorUpdateTemplateType
impl Default for DescriptorUpdateTemplateType
source§fn default() -> DescriptorUpdateTemplateType
fn default() -> DescriptorUpdateTemplateType
Returns the “default value” for a type. Read more
source§impl Hash for DescriptorUpdateTemplateType
impl Hash for DescriptorUpdateTemplateType
source§impl Ord for DescriptorUpdateTemplateType
impl Ord for DescriptorUpdateTemplateType
source§fn cmp(&self, other: &DescriptorUpdateTemplateType) -> Ordering
fn cmp(&self, other: &DescriptorUpdateTemplateType) -> 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 DescriptorUpdateTemplateType
impl PartialEq for DescriptorUpdateTemplateType
source§fn eq(&self, other: &DescriptorUpdateTemplateType) -> bool
fn eq(&self, other: &DescriptorUpdateTemplateType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DescriptorUpdateTemplateType
impl PartialOrd for DescriptorUpdateTemplateType
source§fn partial_cmp(&self, other: &DescriptorUpdateTemplateType) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorUpdateTemplateType) -> 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 moreimpl Copy for DescriptorUpdateTemplateType
impl Eq for DescriptorUpdateTemplateType
impl StructuralPartialEq for DescriptorUpdateTemplateType
Auto Trait Implementations§
impl Freeze for DescriptorUpdateTemplateType
impl RefUnwindSafe for DescriptorUpdateTemplateType
impl Send for DescriptorUpdateTemplateType
impl Sync for DescriptorUpdateTemplateType
impl Unpin for DescriptorUpdateTemplateType
impl UnwindSafe for DescriptorUpdateTemplateType
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