pub enum BrushFalloff {
Linear,
Smooth,
Constant,
Gaussian,
}Expand description
Brush falloff shape.
Variants§
Trait Implementations§
Source§impl Clone for BrushFalloff
impl Clone for BrushFalloff
Source§fn clone(&self) -> BrushFalloff
fn clone(&self) -> BrushFalloff
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 moreSource§impl Debug for BrushFalloff
impl Debug for BrushFalloff
impl Copy for BrushFalloff
Auto Trait Implementations§
impl Freeze for BrushFalloff
impl RefUnwindSafe for BrushFalloff
impl Send for BrushFalloff
impl Sync for BrushFalloff
impl Unpin for BrushFalloff
impl UnsafeUnpin for BrushFalloff
impl UnwindSafe for BrushFalloff
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