Struct ash::vk::ExtVertexInputDynamicStateFn  
source · pub struct ExtVertexInputDynamicStateFn {
    pub cmd_set_vertex_input_ext: PFN_vkCmdSetVertexInputEXT,
}Fields§
§cmd_set_vertex_input_ext: PFN_vkCmdSetVertexInputEXTImplementations§
Trait Implementations§
source§impl Clone for ExtVertexInputDynamicStateFn
 
impl Clone for ExtVertexInputDynamicStateFn
source§fn clone(&self) -> ExtVertexInputDynamicStateFn
 
fn clone(&self) -> ExtVertexInputDynamicStateFn
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