Struct ash::vk::DescriptorSetLayoutBindingFlagsCreateInfo
source · #[repr(C)]pub struct DescriptorSetLayoutBindingFlagsCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub binding_count: u32,
pub p_binding_flags: *const DescriptorBindingFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§binding_count: u32
§p_binding_flags: *const DescriptorBindingFlags
Implementations§
Trait Implementations§
source§impl Clone for DescriptorSetLayoutBindingFlagsCreateInfo
impl Clone for DescriptorSetLayoutBindingFlagsCreateInfo
source§fn clone(&self) -> DescriptorSetLayoutBindingFlagsCreateInfo
fn clone(&self) -> DescriptorSetLayoutBindingFlagsCreateInfo
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 more