Struct ash::vk::DescriptorPoolCreateFlags
source · #[repr(transparent)]pub struct DescriptorPoolCreateFlags(_);
Expand description
Implementations§
source§impl DescriptorPoolCreateFlags
impl DescriptorPoolCreateFlags
source§impl DescriptorPoolCreateFlags
impl DescriptorPoolCreateFlags
sourcepub const FREE_DESCRIPTOR_SET: Self = _
pub const FREE_DESCRIPTOR_SET: Self = _
Descriptor sets may be freed individually
source§impl DescriptorPoolCreateFlags
impl DescriptorPoolCreateFlags
Generated from ‘VK_EXT_descriptor_indexing’
pub const UPDATE_AFTER_BIND_EXT: Self = Self::UPDATE_AFTER_BIND
source§impl DescriptorPoolCreateFlags
impl DescriptorPoolCreateFlags
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const HOST_ONLY_VALVE: Self = _
source§impl DescriptorPoolCreateFlags
impl DescriptorPoolCreateFlags
Generated from ‘VK_VERSION_1_2’
pub const UPDATE_AFTER_BIND: Self = _
Trait Implementations§
source§impl BitAndAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
impl BitAndAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
impl BitOrAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
impl BitXorAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for DescriptorPoolCreateFlags
impl Clone for DescriptorPoolCreateFlags
source§fn clone(&self) -> DescriptorPoolCreateFlags
fn clone(&self) -> DescriptorPoolCreateFlags
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 DescriptorPoolCreateFlags
impl Debug for DescriptorPoolCreateFlags
source§impl Default for DescriptorPoolCreateFlags
impl Default for DescriptorPoolCreateFlags
source§impl Hash for DescriptorPoolCreateFlags
impl Hash for DescriptorPoolCreateFlags
source§impl Not for DescriptorPoolCreateFlags
impl Not for DescriptorPoolCreateFlags
source§impl Ord for DescriptorPoolCreateFlags
impl Ord for DescriptorPoolCreateFlags
source§fn cmp(&self, other: &DescriptorPoolCreateFlags) -> Ordering
fn cmp(&self, other: &DescriptorPoolCreateFlags) -> 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<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
impl PartialEq<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
source§fn eq(&self, other: &DescriptorPoolCreateFlags) -> bool
fn eq(&self, other: &DescriptorPoolCreateFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
impl PartialOrd<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags
source§fn partial_cmp(&self, other: &DescriptorPoolCreateFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorPoolCreateFlags) -> 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