Struct ash::vk::ExtVertexInputDynamicStateFn
source · pub struct ExtVertexInputDynamicStateFn {
pub cmd_set_vertex_input_ext: PFN_vkCmdSetVertexInputEXT,
}
Fields§
§cmd_set_vertex_input_ext: PFN_vkCmdSetVertexInputEXT
Implementations§
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 moreimpl Send for ExtVertexInputDynamicStateFn
impl Sync for ExtVertexInputDynamicStateFn
Auto Trait Implementations§
impl Freeze for ExtVertexInputDynamicStateFn
impl RefUnwindSafe for ExtVertexInputDynamicStateFn
impl Unpin for ExtVertexInputDynamicStateFn
impl UnwindSafe for ExtVertexInputDynamicStateFn
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