Struct ash::vk::DescriptorBindingFlags
source · #[repr(transparent)]pub struct DescriptorBindingFlags(_);
Expand description
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 BitAndAssign<DescriptorBindingFlags> for DescriptorBindingFlags
impl BitAndAssign<DescriptorBindingFlags> for DescriptorBindingFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<DescriptorBindingFlags> for DescriptorBindingFlags
impl BitOrAssign<DescriptorBindingFlags> for DescriptorBindingFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<DescriptorBindingFlags> for DescriptorBindingFlags
impl BitXorAssign<DescriptorBindingFlags> for DescriptorBindingFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§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 Debug for DescriptorBindingFlags
impl Debug for DescriptorBindingFlags
source§impl Default for DescriptorBindingFlags
impl Default for DescriptorBindingFlags
source§impl Hash for DescriptorBindingFlags
impl Hash for DescriptorBindingFlags
source§impl Not for DescriptorBindingFlags
impl Not 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
source§impl PartialEq<DescriptorBindingFlags> for DescriptorBindingFlags
impl PartialEq<DescriptorBindingFlags> 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 ==
.source§impl PartialOrd<DescriptorBindingFlags> for DescriptorBindingFlags
impl PartialOrd<DescriptorBindingFlags> 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 more