Struct ash::vk::DescriptorSetLayoutCreateFlags  
source · pub struct DescriptorSetLayoutCreateFlags(/* private fields */);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_EXT_descriptor_buffer’
pub const DESCRIPTOR_BUFFER_EXT: Self = _
pub const EMBEDDED_IMMUTABLE_SAMPLERS_EXT: Self = _
source§impl DescriptorSetLayoutCreateFlags
 
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const HOST_ONLY_POOL_VALVE: Self = Self::HOST_ONLY_POOL_EXT
source§impl DescriptorSetLayoutCreateFlags
 
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_NV_device_generated_commands_compute’
pub const INDIRECT_BINDABLE_NV: Self = _
source§impl DescriptorSetLayoutCreateFlags
 
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_EXT_mutable_descriptor_type’
pub const HOST_ONLY_POOL_EXT: Self = _
source§impl DescriptorSetLayoutCreateFlags
 
impl DescriptorSetLayoutCreateFlags
Generated from ‘VK_NV_per_stage_descriptor_set’
pub const PER_STAGE_NV: Self = _
source§impl DescriptorSetLayoutCreateFlags
 
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)