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