Struct amethyst_renderer::VertexBuffer [−][src]
pub struct VertexBuffer { /* fields omitted */ }Raw buffer with its attributes
Trait Implementations
impl Clone for VertexBuffer[src]
impl Clone for VertexBufferfn clone(&self) -> VertexBuffer[src]
fn clone(&self) -> VertexBufferReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for VertexBuffer[src]
impl Debug for VertexBufferAuto Trait Implementations
impl Send for VertexBuffer
impl Send for VertexBufferimpl Sync for VertexBuffer
impl Sync for VertexBuffer