Trait VertexSource
allegro_primitives
pub trait VertexSource { type VertexType: VertexType; fn get_ptr(&self) -> *const u8 { ... } }
type VertexType: VertexType
fn get_ptr(&self) -> *const u8
impl<T: VertexType> VertexSource for [T]
type VertexType = T