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

Required Methods

Implementations on Foreign Types

Implementors