pub struct ShapeDynamics {
pub size_dynamics: BrushDynamics,
pub minimum_diameter: f64,
pub tilt_scale: f64,
pub angle_dynamics: BrushDynamics,
pub roundness_dynamics: BrushDynamics,
pub minimum_roundness: f64,
pub flip_x: bool,
pub flip_y: bool,
pub brush_projection: bool,
}Fields§
§size_dynamics: BrushDynamics§minimum_diameter: f64§tilt_scale: f64§angle_dynamics: BrushDynamics§roundness_dynamics: BrushDynamics§minimum_roundness: f64§flip_x: bool§flip_y: bool§brush_projection: boolTrait Implementations§
Source§impl Clone for ShapeDynamics
impl Clone for ShapeDynamics
Source§fn clone(&self) -> ShapeDynamics
fn clone(&self) -> ShapeDynamics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShapeDynamics
impl RefUnwindSafe for ShapeDynamics
impl Send for ShapeDynamics
impl Sync for ShapeDynamics
impl Unpin for ShapeDynamics
impl UnsafeUnpin for ShapeDynamics
impl UnwindSafe for ShapeDynamics
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