Struct plot_interface::StrokeBrushChangeColor
source · [−]pub struct StrokeBrushChangeColor { /* private fields */ }Expand description
ChangerInterface of brush stroke.
Implementations
sourceimpl StrokeBrushChangeColor
impl StrokeBrushChangeColor
sourcepub fn new<Color>(color: Color) -> StrokeBrushChangeColor where
Color: RgbaInterface<f32>,
pub fn new<Color>(color: Color) -> StrokeBrushChangeColor where
Color: RgbaInterface<f32>,
Constructor.
Trait Implementations
sourceimpl ChangeInterface for StrokeBrushChangeColor
impl ChangeInterface for StrokeBrushChangeColor
sourcefn add_to<C>(self, changer: &mut C) -> &mut C where
C: ChangerInterface,
Self: 'static,
fn add_to<C>(self, changer: &mut C) -> &mut C where
C: ChangerInterface,
Self: 'static,
Add change to queue of events.
sourceimpl Clone for StrokeBrushChangeColor
impl Clone for StrokeBrushChangeColor
sourcefn clone(&self) -> StrokeBrushChangeColor
fn clone(&self) -> StrokeBrushChangeColor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for StrokeBrushChangeColor
impl Send for StrokeBrushChangeColor
impl Sync for StrokeBrushChangeColor
impl Unpin for StrokeBrushChangeColor
impl UnwindSafe for StrokeBrushChangeColor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<Target, Original> Into2<Target> for Original where
Target: From2<Original>,
impl<Target, Original> Into2<Target> for Original where
Target: From2<Original>,
fn into2(self) -> Target
fn into2(self) -> Target
Performs the conversion.
impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<Target, Original> VectorizedInto<Target> for Original where
Target: VectorizedFrom<Original>,
impl<Target, Original> VectorizedInto<Target> for Original where
Target: VectorizedFrom<Original>,
sourcefn vectorized_into(self) -> Target
fn vectorized_into(self) -> Target
Performs the conversion.
