Struct screen_13::prelude::vk::ExtVertexInputDynamicStateFn
source · pub struct ExtVertexInputDynamicStateFn {
pub cmd_set_vertex_input_ext: unsafe extern "system" fn(_: CommandBuffer, _: u32, _: *const VertexInputBindingDescription2EXT, _: u32, _: *const VertexInputAttributeDescription2EXT),
}Fields
cmd_set_vertex_input_ext: unsafe extern "system" fn(_: CommandBuffer, _: u32, _: *const VertexInputBindingDescription2EXT, _: u32, _: *const VertexInputAttributeDescription2EXT)Implementations
Trait Implementations
sourceimpl Clone for ExtVertexInputDynamicStateFn
impl Clone for ExtVertexInputDynamicStateFn
sourcefn clone(&self) -> ExtVertexInputDynamicStateFn
fn clone(&self) -> ExtVertexInputDynamicStateFn
Returns a copy of the value. Read more
1.0.0 · sourcefn 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 RefUnwindSafe for ExtVertexInputDynamicStateFn
impl Unpin for ExtVertexInputDynamicStateFn
impl UnwindSafe for ExtVertexInputDynamicStateFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more