Type Alias gs_vertbuffer_t

Source
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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for gs_vertex_buffer

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for gs_vertex_buffer