Struct ash::vk::DescriptorSetBindingReferenceVALVE  
source · #[repr(C)]pub struct DescriptorSetBindingReferenceVALVE {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub descriptor_set_layout: DescriptorSetLayout,
    pub binding: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§descriptor_set_layout: DescriptorSetLayout§binding: u32Implementations§
source§impl DescriptorSetBindingReferenceVALVE
 
impl DescriptorSetBindingReferenceVALVE
pub fn builder<'a>() -> DescriptorSetBindingReferenceVALVEBuilder<'a>
Trait Implementations§
source§impl Clone for DescriptorSetBindingReferenceVALVE
 
impl Clone for DescriptorSetBindingReferenceVALVE
source§fn clone(&self) -> DescriptorSetBindingReferenceVALVE
 
fn clone(&self) -> DescriptorSetBindingReferenceVALVE
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