Searched defs:BoxedElement (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/plotters/src/element/ |
D | composable.rs | 58 pub struct BoxedElement<Coord, DB: DrawingBackend, A: Drawable<DB>> { struct 64 impl<'b, Coord, DB: DrawingBackend, A: Drawable<DB>> PointCollection<'b, Coord> 65 for &'b BoxedElement<Coord, DB, A> argument 74 impl<Coord, DB: DrawingBackend, A> Drawable<DB> for BoxedElement<Coord, DB, A> implementation 99 impl<Coord, DB: DrawingBackend, My, Yours> Add<Yours> for BoxedElement<Coord, DB, My> implementation
|