Home
last modified time | relevance | path

Searched defs:EmptyElement (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/plotters/src/element/
Dcomposable.rs9 pub struct EmptyElement<Coord, DB: DrawingBackend> { struct
14 impl<Coord, DB: DrawingBackend> EmptyElement<Coord, DB> { argument
23 impl<Coord, Other, DB: DrawingBackend> Add<Other> for EmptyElement<Coord, DB> implementation
38 impl<'a, Coord, DB: DrawingBackend> PointCollection<'a, Coord> for &'a EmptyElement<Coord, DB> { implementation
46 impl<Coord, DB: DrawingBackend> Drawable<DB> for EmptyElement<Coord, DB> { implementation