pub struct GradientRadialD;Expand description
Radial gradient using f64 square root (higher precision).
Port of C++ gradient_radial_d.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GradientRadialD
impl RefUnwindSafe for GradientRadialD
impl Send for GradientRadialD
impl Sync for GradientRadialD
impl Unpin for GradientRadialD
impl UnwindSafe for GradientRadialD
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