Type Alias ash::vk::DescriptorBindingFlagsEXT
source · pub type DescriptorBindingFlagsEXT = DescriptorBindingFlags;
Aliased Type§
struct DescriptorBindingFlagsEXT(/* private fields */);
Implementations
source§impl DescriptorBindingFlags
impl DescriptorBindingFlags
source§impl DescriptorBindingFlags
impl DescriptorBindingFlags
pub const UPDATE_AFTER_BIND: Self = _
pub const UPDATE_UNUSED_WHILE_PENDING: Self = _
pub const PARTIALLY_BOUND: Self = _
pub const VARIABLE_DESCRIPTOR_COUNT: Self = _
source§impl DescriptorBindingFlags
impl DescriptorBindingFlags
Generated from ‘VK_EXT_descriptor_indexing’
pub const UPDATE_AFTER_BIND_EXT: Self = Self::UPDATE_AFTER_BIND
pub const UPDATE_UNUSED_WHILE_PENDING_EXT: Self = Self::UPDATE_UNUSED_WHILE_PENDING
pub const PARTIALLY_BOUND_EXT: Self = Self::PARTIALLY_BOUND
pub const VARIABLE_DESCRIPTOR_COUNT_EXT: Self = Self::VARIABLE_DESCRIPTOR_COUNT
source§impl DescriptorBindingFlags
impl DescriptorBindingFlags
Generated from ‘VK_QCOM_extension_369’
pub const RESERVED_4_QCOM: Self = _
Trait Implementations
source§impl Default for DescriptorBindingFlags
impl Default for DescriptorBindingFlags
source§impl PartialEq for DescriptorBindingFlags
impl PartialEq for DescriptorBindingFlags
source§fn eq(&self, other: &DescriptorBindingFlags) -> bool
fn eq(&self, other: &DescriptorBindingFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DescriptorBindingFlags
impl StructuralEq for DescriptorBindingFlags
source§impl Hash for DescriptorBindingFlags
impl Hash for DescriptorBindingFlags
source§impl BitAnd for DescriptorBindingFlags
impl BitAnd for DescriptorBindingFlags
source§impl Ord for DescriptorBindingFlags
impl Ord for DescriptorBindingFlags
source§fn cmp(&self, other: &DescriptorBindingFlags) -> Ordering
fn cmp(&self, other: &DescriptorBindingFlags) -> 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
impl StructuralPartialEq for DescriptorBindingFlags
source§impl Debug for DescriptorBindingFlags
impl Debug for DescriptorBindingFlags
source§impl BitAndAssign for DescriptorBindingFlags
impl BitAndAssign for DescriptorBindingFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for DescriptorBindingFlags
impl BitOrAssign for DescriptorBindingFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl PartialOrd for DescriptorBindingFlags
impl PartialOrd for DescriptorBindingFlags
source§fn partial_cmp(&self, other: &DescriptorBindingFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorBindingFlags) -> 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 BitOr for DescriptorBindingFlags
impl BitOr for DescriptorBindingFlags
source§impl BitXor for DescriptorBindingFlags
impl BitXor for DescriptorBindingFlags
impl Copy for DescriptorBindingFlags
source§impl Clone for DescriptorBindingFlags
impl Clone for DescriptorBindingFlags
source§fn clone(&self) -> DescriptorBindingFlags
fn clone(&self) -> DescriptorBindingFlags
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 Not for DescriptorBindingFlags
impl Not for DescriptorBindingFlags
source§impl BitXorAssign for DescriptorBindingFlags
impl BitXorAssign for DescriptorBindingFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read more