Struct embedded_plots::curve::DrawableCurve  [−][src]
Drawable curve object, constructed for specific display
Implementations
impl<C, I> DrawableCurve<C, I> where
    C: PixelColor,
    I: Iterator<Item = Point>, [src]
C: PixelColor,
I: Iterator<Item = Point>,
builder methods to modify curve decoration
pub fn set_color(self, color: C) -> DrawableCurve<C, I>[src]
set curve color
pub fn set_thickness(self, thickness: usize) -> DrawableCurve<C, I>[src]
set curve line thickness
Trait Implementations
impl<C, I> Drawable<C> for DrawableCurve<C, I> where
    C: PixelColor + Default,
    I: Iterator<Item = Point>, [src]
C: PixelColor + Default,
I: Iterator<Item = Point>,
Auto Trait Implementations
impl<C, I> RefUnwindSafe for DrawableCurve<C, I> where
    C: RefUnwindSafe,
    I: RefUnwindSafe, 
C: RefUnwindSafe,
I: RefUnwindSafe,
impl<C, I> Send for DrawableCurve<C, I> where
    C: Send,
    I: Send, 
C: Send,
I: Send,
impl<C, I> Sync for DrawableCurve<C, I> where
    C: Sync,
    I: Sync, 
C: Sync,
I: Sync,
impl<C, I> Unpin for DrawableCurve<C, I> where
    C: Unpin,
    I: Unpin, 
C: Unpin,
I: Unpin,
impl<C, I> UnwindSafe for DrawableCurve<C, I> where
    C: UnwindSafe,
    I: UnwindSafe, 
C: UnwindSafe,
I: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,