Struct plot_interface::StrokeBrushChangeNew
source · [−]pub struct StrokeBrushChangeNew { /* private fields */ }Expand description
ChangerInterface of brush stroke.
Implementations
sourceimpl StrokeBrushChangeNew
impl StrokeBrushChangeNew
sourcepub fn new(id: Id) -> StrokeBrushChangeNew
pub fn new(id: Id) -> StrokeBrushChangeNew
Constructor.
Trait Implementations
sourceimpl ChangeInterface for StrokeBrushChangeNew
impl ChangeInterface for StrokeBrushChangeNew
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 StrokeBrushChangeNew
impl Clone for StrokeBrushChangeNew
sourcefn clone(&self) -> StrokeBrushChangeNew
fn clone(&self) -> StrokeBrushChangeNew
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 StrokeBrushChangeNew
impl Send for StrokeBrushChangeNew
impl Sync for StrokeBrushChangeNew
impl Unpin for StrokeBrushChangeNew
impl UnwindSafe for StrokeBrushChangeNew
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.
