pub struct PathElement<Coord> { /* private fields */ }
Expand description
An element of a series of connected lines
Implementations§
Source§impl<Coord> PathElement<Coord>
impl<Coord> PathElement<Coord>
Trait Implementations§
Source§impl<Coord, DB: DrawingBackend> Drawable<DB> for PathElement<Coord>
impl<Coord, DB: DrawingBackend> Drawable<DB> for PathElement<Coord>
Auto Trait Implementations§
impl<Coord> Freeze for PathElement<Coord>
impl<Coord> RefUnwindSafe for PathElement<Coord>where
Coord: RefUnwindSafe,
impl<Coord> Send for PathElement<Coord>where
Coord: Send,
impl<Coord> Sync for PathElement<Coord>where
Coord: Sync,
impl<Coord> Unpin for PathElement<Coord>where
Coord: Unpin,
impl<Coord> UnwindSafe for PathElement<Coord>where
Coord: 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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes