Struct ash::vk::DescriptorType  
source · #[repr(transparent)]pub struct DescriptorType(_);Expand description
Implementations§
source§impl DescriptorType
 
impl DescriptorType
pub const SAMPLER: Self = _
pub const COMBINED_IMAGE_SAMPLER: Self = _
pub const SAMPLED_IMAGE: Self = _
pub const STORAGE_IMAGE: Self = _
pub const UNIFORM_TEXEL_BUFFER: Self = _
pub const STORAGE_TEXEL_BUFFER: Self = _
pub const UNIFORM_BUFFER: Self = _
pub const STORAGE_BUFFER: Self = _
pub const UNIFORM_BUFFER_DYNAMIC: Self = _
pub const STORAGE_BUFFER_DYNAMIC: Self = _
pub const INPUT_ATTACHMENT: Self = _
source§impl DescriptorType
 
impl DescriptorType
Generated from ‘VK_EXT_inline_uniform_block’
pub const INLINE_UNIFORM_BLOCK_EXT: Self = Self::INLINE_UNIFORM_BLOCK
source§impl DescriptorType
 
impl DescriptorType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_KHR: Self = _
source§impl DescriptorType
 
impl DescriptorType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_NV: Self = _
source§impl DescriptorType
 
impl DescriptorType
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const MUTABLE_VALVE: Self = _
source§impl DescriptorType
 
impl DescriptorType
Generated from ‘VK_VERSION_1_3’
pub const INLINE_UNIFORM_BLOCK: Self = _
Trait Implementations§
source§impl Clone for DescriptorType
 
impl Clone for DescriptorType
source§fn clone(&self) -> DescriptorType
 
fn clone(&self) -> DescriptorType
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 DescriptorType
 
impl Debug for DescriptorType
source§impl Default for DescriptorType
 
impl Default for DescriptorType
source§fn default() -> DescriptorType
 
fn default() -> DescriptorType
Returns the “default value” for a type. Read more
source§impl Hash for DescriptorType
 
impl Hash for DescriptorType
source§impl Ord for DescriptorType
 
impl Ord for DescriptorType
source§fn cmp(&self, other: &DescriptorType) -> Ordering
 
fn cmp(&self, other: &DescriptorType) -> 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<DescriptorType> for DescriptorType
 
impl PartialEq<DescriptorType> for DescriptorType
source§fn eq(&self, other: &DescriptorType) -> bool
 
fn eq(&self, other: &DescriptorType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<DescriptorType> for DescriptorType
 
impl PartialOrd<DescriptorType> for DescriptorType
source§fn partial_cmp(&self, other: &DescriptorType) -> Option<Ordering>
 
fn partial_cmp(&self, other: &DescriptorType) -> 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