Struct ash::vk::DescriptorPoolCreateFlags
source · pub struct DescriptorPoolCreateFlags(/* private fields */);
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 = Self::HOST_ONLY_EXT
source§impl DescriptorPoolCreateFlags
impl DescriptorPoolCreateFlags
Generated from ‘VK_EXT_mutable_descriptor_type’
pub const HOST_ONLY_EXT: Self = _
source§impl DescriptorPoolCreateFlags
impl DescriptorPoolCreateFlags
Generated from ‘VK_VERSION_1_2’
pub const UPDATE_AFTER_BIND: Self = _
Trait Implementations§
source§impl BitAnd for DescriptorPoolCreateFlags
impl BitAnd for DescriptorPoolCreateFlags
source§impl BitAndAssign for DescriptorPoolCreateFlags
impl BitAndAssign for DescriptorPoolCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for DescriptorPoolCreateFlags
impl BitOr for DescriptorPoolCreateFlags
source§impl BitOrAssign for DescriptorPoolCreateFlags
impl BitOrAssign for DescriptorPoolCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for DescriptorPoolCreateFlags
impl BitXor for DescriptorPoolCreateFlags
source§impl BitXorAssign for DescriptorPoolCreateFlags
impl BitXorAssign 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 for DescriptorPoolCreateFlags
impl PartialEq 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 for DescriptorPoolCreateFlags
impl PartialOrd 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 moreimpl Copy for DescriptorPoolCreateFlags
impl Eq for DescriptorPoolCreateFlags
impl StructuralPartialEq for DescriptorPoolCreateFlags
Auto Trait Implementations§
impl Freeze for DescriptorPoolCreateFlags
impl RefUnwindSafe for DescriptorPoolCreateFlags
impl Send for DescriptorPoolCreateFlags
impl Sync for DescriptorPoolCreateFlags
impl Unpin for DescriptorPoolCreateFlags
impl UnwindSafe for DescriptorPoolCreateFlags
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