pub struct DescriptorPoolCreateFlags(/* private fields */);Expand description
Implementations§
Source§impl DescriptorPoolCreateFlags
impl DescriptorPoolCreateFlags
pub const fn empty() -> DescriptorPoolCreateFlags
pub const fn from_raw(x: u32) -> DescriptorPoolCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DescriptorPoolCreateFlags) -> bool
Sourcepub const fn contains(self, other: DescriptorPoolCreateFlags) -> bool
pub const fn contains(self, other: DescriptorPoolCreateFlags) -> bool
Returns whether other is a subset of self
Source§impl DescriptorPoolCreateFlags
impl DescriptorPoolCreateFlags
Sourcepub const FREE_DESCRIPTOR_SET: DescriptorPoolCreateFlags
pub const FREE_DESCRIPTOR_SET: DescriptorPoolCreateFlags
Descriptor sets may be freed individually
Source§impl DescriptorPoolCreateFlags
Generated from ‘VK_EXT_descriptor_indexing’
impl DescriptorPoolCreateFlags
Generated from ‘VK_EXT_descriptor_indexing’
pub const UPDATE_AFTER_BIND_EXT: DescriptorPoolCreateFlags = Self::UPDATE_AFTER_BIND
Source§impl DescriptorPoolCreateFlags
Generated from ‘VK_VALVE_mutable_descriptor_type’
impl DescriptorPoolCreateFlags
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const HOST_ONLY_VALVE: DescriptorPoolCreateFlags = Self::HOST_ONLY_EXT
Source§impl DescriptorPoolCreateFlags
Generated from ‘VK_EXT_mutable_descriptor_type’
impl DescriptorPoolCreateFlags
Generated from ‘VK_EXT_mutable_descriptor_type’
pub const HOST_ONLY_EXT: DescriptorPoolCreateFlags
Source§impl DescriptorPoolCreateFlags
Generated from ‘VK_NV_descriptor_pool_overallocation’
impl DescriptorPoolCreateFlags
Generated from ‘VK_NV_descriptor_pool_overallocation’
Source§impl DescriptorPoolCreateFlags
Generated from ‘VK_VERSION_1_2’
impl DescriptorPoolCreateFlags
Generated from ‘VK_VERSION_1_2’
pub const UPDATE_AFTER_BIND: DescriptorPoolCreateFlags
Trait Implementations§
Source§impl BitAnd for DescriptorPoolCreateFlags
impl BitAnd for DescriptorPoolCreateFlags
Source§type Output = DescriptorPoolCreateFlags
type Output = DescriptorPoolCreateFlags
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: DescriptorPoolCreateFlags) -> DescriptorPoolCreateFlags
fn bitand(self, rhs: DescriptorPoolCreateFlags) -> DescriptorPoolCreateFlags
Performs the
& operation. Read moreSource§impl BitAndAssign for DescriptorPoolCreateFlags
impl BitAndAssign for DescriptorPoolCreateFlags
Source§fn bitand_assign(&mut self, rhs: DescriptorPoolCreateFlags)
fn bitand_assign(&mut self, rhs: DescriptorPoolCreateFlags)
Performs the
&= operation. Read moreSource§impl BitOr for DescriptorPoolCreateFlags
impl BitOr for DescriptorPoolCreateFlags
Source§type Output = DescriptorPoolCreateFlags
type Output = DescriptorPoolCreateFlags
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: DescriptorPoolCreateFlags) -> DescriptorPoolCreateFlags
fn bitor(self, rhs: DescriptorPoolCreateFlags) -> DescriptorPoolCreateFlags
Performs the
| operation. Read moreSource§impl BitOrAssign for DescriptorPoolCreateFlags
impl BitOrAssign for DescriptorPoolCreateFlags
Source§fn bitor_assign(&mut self, rhs: DescriptorPoolCreateFlags)
fn bitor_assign(&mut self, rhs: DescriptorPoolCreateFlags)
Performs the
|= operation. Read moreSource§impl BitXor for DescriptorPoolCreateFlags
impl BitXor for DescriptorPoolCreateFlags
Source§type Output = DescriptorPoolCreateFlags
type Output = DescriptorPoolCreateFlags
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: DescriptorPoolCreateFlags) -> DescriptorPoolCreateFlags
fn bitxor(self, rhs: DescriptorPoolCreateFlags) -> DescriptorPoolCreateFlags
Performs the
^ operation. Read moreSource§impl BitXorAssign for DescriptorPoolCreateFlags
impl BitXorAssign for DescriptorPoolCreateFlags
Source§fn bitxor_assign(&mut self, rhs: DescriptorPoolCreateFlags)
fn bitxor_assign(&mut self, rhs: DescriptorPoolCreateFlags)
Performs the
^= operation. Read moreSource§impl Clone for DescriptorPoolCreateFlags
impl Clone for DescriptorPoolCreateFlags
Source§fn clone(&self) -> DescriptorPoolCreateFlags
fn clone(&self) -> DescriptorPoolCreateFlags
Returns a duplicate of the value. Read more
1.0.0§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§fn default() -> DescriptorPoolCreateFlags
fn default() -> DescriptorPoolCreateFlags
Returns the “default value” for a type. Read more
Source§impl Hash for DescriptorPoolCreateFlags
impl Hash for DescriptorPoolCreateFlags
Source§impl Not for DescriptorPoolCreateFlags
impl Not for DescriptorPoolCreateFlags
Source§type Output = DescriptorPoolCreateFlags
type Output = DescriptorPoolCreateFlags
The resulting type after applying the
! operator.Source§fn not(self) -> DescriptorPoolCreateFlags
fn not(self) -> DescriptorPoolCreateFlags
Performs the unary
! operation. Read moreSource§impl Ord for DescriptorPoolCreateFlags
impl Ord for DescriptorPoolCreateFlags
Source§impl PartialOrd for DescriptorPoolCreateFlags
impl PartialOrd for DescriptorPoolCreateFlags
impl 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)