#[repr(transparent)]pub struct DescriptorType(_);Expand description
Implementations
sourceimpl DescriptorType
impl DescriptorType
sourceimpl DescriptorType
impl DescriptorType
pub const SAMPLER: DescriptorType = Self(0)
pub const COMBINED_IMAGE_SAMPLER: DescriptorType = Self(1)
pub const SAMPLED_IMAGE: DescriptorType = Self(2)
pub const STORAGE_IMAGE: DescriptorType = Self(3)
pub const UNIFORM_TEXEL_BUFFER: DescriptorType = Self(4)
pub const STORAGE_TEXEL_BUFFER: DescriptorType = Self(5)
pub const UNIFORM_BUFFER: DescriptorType = Self(6)
pub const STORAGE_BUFFER: DescriptorType = Self(7)
pub const UNIFORM_BUFFER_DYNAMIC: DescriptorType = Self(8)
pub const STORAGE_BUFFER_DYNAMIC: DescriptorType = Self(9)
pub const INPUT_ATTACHMENT: DescriptorType = Self(10)
sourceimpl DescriptorType
impl DescriptorType
Generated from ‘VK_EXT_inline_uniform_block’
pub const INLINE_UNIFORM_BLOCK_EXT: DescriptorType = Self::INLINE_UNIFORM_BLOCK
sourceimpl DescriptorType
impl DescriptorType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_KHR: DescriptorType = Self(1000150000)
sourceimpl DescriptorType
impl DescriptorType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_NV: DescriptorType = Self(1000165000)
sourceimpl DescriptorType
impl DescriptorType
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const MUTABLE_VALVE: DescriptorType = Self(1000351000)
sourceimpl DescriptorType
impl DescriptorType
Generated from ‘VK_VERSION_1_3’
pub const INLINE_UNIFORM_BLOCK: DescriptorType = Self(1000138000)
Trait Implementations
sourceimpl Clone for DescriptorType
impl Clone for DescriptorType
sourcefn clone(&self) -> DescriptorType
fn clone(&self) -> DescriptorType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DescriptorType
impl Debug for DescriptorType
sourceimpl Default for DescriptorType
impl Default for DescriptorType
sourcefn default() -> DescriptorType
fn default() -> DescriptorType
Returns the “default value” for a type. Read more
sourceimpl From<DescriptorInfo> for DescriptorType
impl From<DescriptorInfo> for DescriptorType
sourcefn from(descriptor_info: DescriptorInfo) -> Self
fn from(descriptor_info: DescriptorInfo) -> Self
Converts to this type from the input type.
sourceimpl Hash for DescriptorType
impl Hash for DescriptorType
sourceimpl Ord for DescriptorType
impl Ord for DescriptorType
sourceimpl PartialEq<DescriptorType> for DescriptorType
impl PartialEq<DescriptorType> for DescriptorType
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &DescriptorType) -> bool
fn ne(&self, other: &DescriptorType) -> bool
This method tests for !=.
sourceimpl PartialOrd<DescriptorType> for DescriptorType
impl PartialOrd<DescriptorType> for DescriptorType
sourcefn partial_cmp(&self, other: &DescriptorType) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorType) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for DescriptorType
impl Eq for DescriptorType
impl StructuralEq for DescriptorType
impl StructuralPartialEq for DescriptorType
Auto Trait Implementations
impl RefUnwindSafe for DescriptorType
impl Send for DescriptorType
impl Sync for DescriptorType
impl Unpin for DescriptorType
impl UnwindSafe for DescriptorType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more