Searched defs:DynElement (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/plotters/src/element/ |
D | dynelem.rs | 27 pub struct DynElement<'a, DB, Coord> struct 36 impl<'a, 'b: 'a, DB: DrawingBackend, Coord: Clone> PointCollection<'a, Coord> 37 for &'a DynElement<'b, DB, Coord> argument 46 impl<'a, DB: DrawingBackend, Coord: Clone> Drawable<DB> for DynElement<'a, DB, Coord> { implementation
|