Struct ash::vk::DescriptorBindingFlags
source · pub struct DescriptorBindingFlags(/* private fields */);
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 BitAnd for DescriptorBindingFlags
impl BitAnd 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 BitOr for DescriptorBindingFlags
impl BitOr for DescriptorBindingFlags
source§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 BitXor for DescriptorBindingFlags
impl BitXor 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 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 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 ==
.source§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 moreimpl Copy for DescriptorBindingFlags
impl Eq for DescriptorBindingFlags
impl StructuralPartialEq for DescriptorBindingFlags
Auto Trait Implementations§
impl Freeze for DescriptorBindingFlags
impl RefUnwindSafe for DescriptorBindingFlags
impl Send for DescriptorBindingFlags
impl Sync for DescriptorBindingFlags
impl Unpin for DescriptorBindingFlags
impl UnwindSafe for DescriptorBindingFlags
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more