Type Alias ash::vk::DescriptorUpdateTemplateTypeKHR
source · pub type DescriptorUpdateTemplateTypeKHR = DescriptorUpdateTemplateType;
Aliased Type§
struct DescriptorUpdateTemplateTypeKHR(/* private fields */);
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 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 Debug for DescriptorUpdateTemplateType
impl Debug for DescriptorUpdateTemplateType
impl StructuralPartialEq for DescriptorUpdateTemplateType
impl StructuralEq for DescriptorUpdateTemplateType
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 ==
.impl Eq for DescriptorUpdateTemplateType
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 moresource§impl Default for DescriptorUpdateTemplateType
impl Default for DescriptorUpdateTemplateType
source§fn default() -> DescriptorUpdateTemplateType
fn default() -> DescriptorUpdateTemplateType
Returns the “default value” for a type. Read more
impl Copy for DescriptorUpdateTemplateType
source§impl Hash for DescriptorUpdateTemplateType
impl Hash for DescriptorUpdateTemplateType
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 more