pub type gs_vertbuffer_t = gs_vertex_buffer;
Aliased Type§
struct gs_vertbuffer_t { /* private fields */ }
Trait Implementations
Source§impl Clone for gs_vertex_buffer
impl Clone for gs_vertex_buffer
Source§fn clone(&self) -> gs_vertex_buffer
fn clone(&self) -> gs_vertex_buffer
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