pub struct StrokeBrushChangeWidth { /* private fields */ }
Expand description
ChangerInterface of brush stroke.
Implementations§
Source§impl StrokeBrushChangeWidth
impl StrokeBrushChangeWidth
Sourcepub fn new(id: Id, val: f32) -> StrokeBrushChangeWidth
pub fn new(id: Id, val: f32) -> StrokeBrushChangeWidth
Constructor.
Trait Implementations§
Source§impl Clone for StrokeBrushChangeWidth
impl Clone for StrokeBrushChangeWidth
Source§fn clone(&self) -> StrokeBrushChangeWidth
fn clone(&self) -> StrokeBrushChangeWidth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for StrokeBrushChangeWidth
impl RefUnwindSafe for StrokeBrushChangeWidth
impl Send for StrokeBrushChangeWidth
impl Sync for StrokeBrushChangeWidth
impl Unpin for StrokeBrushChangeWidth
impl UnwindSafe for StrokeBrushChangeWidth
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§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>
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
Source§fn vectorized_into(self) -> Target
fn vectorized_into(self) -> Target
Performs the conversion.