pub struct EmptyElement<Coord, DB: DrawingBackend> { /* private fields */ }
Expand description
An empty composable element, which is the start point of an ad-hoc composable element
Implementations§
Source§impl<Coord, DB: DrawingBackend> EmptyElement<Coord, DB>
impl<Coord, DB: DrawingBackend> EmptyElement<Coord, DB>
Trait Implementations§
Source§impl<Coord, Other, DB: DrawingBackend> Add<Other> for EmptyElement<Coord, DB>
impl<Coord, Other, DB: DrawingBackend> Add<Other> for EmptyElement<Coord, DB>
Source§impl<Coord, DB: DrawingBackend> Drawable<DB> for EmptyElement<Coord, DB>
impl<Coord, DB: DrawingBackend> Drawable<DB> for EmptyElement<Coord, DB>
Source§impl<'a, Coord, DB: DrawingBackend> PointCollection<'a, Coord> for &'a EmptyElement<Coord, DB>
impl<'a, Coord, DB: DrawingBackend> PointCollection<'a, Coord> for &'a EmptyElement<Coord, DB>
Auto Trait Implementations§
impl<Coord, DB> Freeze for EmptyElement<Coord, DB>where
Coord: Freeze,
impl<Coord, DB> RefUnwindSafe for EmptyElement<Coord, DB>where
Coord: RefUnwindSafe,
DB: RefUnwindSafe,
impl<Coord, DB> Send for EmptyElement<Coord, DB>
impl<Coord, DB> Sync for EmptyElement<Coord, DB>
impl<Coord, DB> Unpin for EmptyElement<Coord, DB>
impl<Coord, DB> UnwindSafe for EmptyElement<Coord, DB>where
Coord: UnwindSafe,
DB: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<'b, T, DB, Coord> IntoDynElement<'b, DB, Coord> for Twhere
T: Drawable<DB> + 'b,
&'a T: for<'a> PointCollection<'a, Coord>,
Coord: Clone,
DB: DrawingBackend,
impl<'b, T, DB, Coord> IntoDynElement<'b, DB, Coord> for Twhere
T: Drawable<DB> + 'b,
&'a T: for<'a> PointCollection<'a, Coord>,
Coord: Clone,
DB: DrawingBackend,
Source§fn into_dyn(self) -> DynElement<'b, DB, Coord>
fn into_dyn(self) -> DynElement<'b, DB, Coord>
Make the conversion