pub struct DescriptorSetLayoutCreateFlags(/* private fields */);
Expand description
Implementations§
Source§impl DescriptorSetLayoutCreateFlags
impl DescriptorSetLayoutCreateFlags
Source§impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_KHR_push_descriptor’
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_KHR_push_descriptor’
Sourcepub const PUSH_DESCRIPTOR_KHR: Self
pub const PUSH_DESCRIPTOR_KHR: Self
Descriptors are pushed via flink:vkCmdPushDescriptorSetKHR
Source§impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_EXT_descriptor_indexing’
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_EXT_descriptor_indexing’
pub const UPDATE_AFTER_BIND_POOL_EXT: Self = Self::UPDATE_AFTER_BIND_POOL
Source§impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_AMD_extension_317’
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_AMD_extension_317’
pub const RESERVED_4_AMD: Self
Source§impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_AMD_extension_319’
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_AMD_extension_319’
pub const RESERVED_3_AMD: Self
Source§impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_VALVE_mutable_descriptor_type’
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const HOST_ONLY_POOL_VALVE: Self
Source§impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_VERSION_1_2’
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_VERSION_1_2’
pub const UPDATE_AFTER_BIND_POOL: Self
Trait Implementations§
Source§impl BitAndAssign for DescriptorSetLayoutCreateFlags
impl BitAndAssign for DescriptorSetLayoutCreateFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for DescriptorSetLayoutCreateFlags
impl BitOrAssign for DescriptorSetLayoutCreateFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for DescriptorSetLayoutCreateFlags
impl BitXorAssign for DescriptorSetLayoutCreateFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for DescriptorSetLayoutCreateFlags
impl Clone for DescriptorSetLayoutCreateFlags
Source§fn clone(&self) -> DescriptorSetLayoutCreateFlags
fn clone(&self) -> DescriptorSetLayoutCreateFlags
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 Not for DescriptorSetLayoutCreateFlags
impl Not for DescriptorSetLayoutCreateFlags
Source§impl Ord for DescriptorSetLayoutCreateFlags
impl Ord for DescriptorSetLayoutCreateFlags
Source§fn cmp(&self, other: &DescriptorSetLayoutCreateFlags) -> Ordering
fn cmp(&self, other: &DescriptorSetLayoutCreateFlags) -> 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 DescriptorSetLayoutCreateFlags
impl PartialEq for DescriptorSetLayoutCreateFlags
Source§fn eq(&self, other: &DescriptorSetLayoutCreateFlags) -> bool
fn eq(&self, other: &DescriptorSetLayoutCreateFlags) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for DescriptorSetLayoutCreateFlags
impl PartialOrd for DescriptorSetLayoutCreateFlags
impl Copy for DescriptorSetLayoutCreateFlags
impl Eq for DescriptorSetLayoutCreateFlags
impl StructuralPartialEq for DescriptorSetLayoutCreateFlags
Auto Trait Implementations§
impl Freeze for DescriptorSetLayoutCreateFlags
impl RefUnwindSafe for DescriptorSetLayoutCreateFlags
impl Send for DescriptorSetLayoutCreateFlags
impl Sync for DescriptorSetLayoutCreateFlags
impl Unpin for DescriptorSetLayoutCreateFlags
impl UnwindSafe for DescriptorSetLayoutCreateFlags
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