Trait allegro_primitives::VertexVector [] [src]

pub trait VertexVector {
    fn get_ptr(&self) -> *const u8;
    fn get_decl(&self) -> *const ALLEGRO_VERTEX_DECL;
}

Required Methods

Implementors