Searched defs:BoxedElement (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/ |
D | composable.rs | 95 pub struct BoxedElement<Coord, DB: DrawingBackend, A: Drawable<DB>> { struct 101 impl<'b, Coord, DB: DrawingBackend, A: Drawable<DB>> PointCollection<'b, Coord> 102 for &'b BoxedElement<Coord, DB, A> argument 111 impl<Coord, DB: DrawingBackend, A> Drawable<DB> for BoxedElement<Coord, DB, A> implementation 136 impl<Coord, DB: DrawingBackend, My, Yours> Add<Yours> for BoxedElement<Coord, DB, My> implementation
|