Struct ash::vk::DescriptorSetLayoutCreateFlags
source · #[repr(transparent)]pub struct DescriptorSetLayoutCreateFlags(_);
Expand description
Implementations§
source§impl DescriptorSetLayoutCreateFlags
impl DescriptorSetLayoutCreateFlags
source§impl DescriptorSetLayoutCreateFlags
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
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_EXT_descriptor_indexing’
pub const UPDATE_AFTER_BIND_POOL_EXT: Self = Self::UPDATE_AFTER_BIND_POOL
source§impl DescriptorSetLayoutCreateFlags
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_AMD_extension_317’
pub const RESERVED_4_AMD: Self = _
source§impl DescriptorSetLayoutCreateFlags
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_AMD_extension_319’
pub const RESERVED_3_AMD: Self = _
source§impl DescriptorSetLayoutCreateFlags
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const HOST_ONLY_POOL_VALVE: Self = _
source§impl DescriptorSetLayoutCreateFlags
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_VERSION_1_2’
pub const UPDATE_AFTER_BIND_POOL: Self = _
Trait Implementations§
source§impl BitAndAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags
impl BitAndAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags
impl BitOrAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags
impl BitXorAssign<DescriptorSetLayoutCreateFlags> 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<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags
impl PartialEq<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags
source§fn eq(&self, other: &DescriptorSetLayoutCreateFlags) -> bool
fn eq(&self, other: &DescriptorSetLayoutCreateFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags
impl PartialOrd<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags
source§fn partial_cmp(&self, other: &DescriptorSetLayoutCreateFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorSetLayoutCreateFlags) -> 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