pub struct GradientRadial;Expand description
Radial gradient using fast integer square root.
Port of C++ gradient_radial / gradient_circle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GradientRadial
impl RefUnwindSafe for GradientRadial
impl Send for GradientRadial
impl Sync for GradientRadial
impl Unpin for GradientRadial
impl UnwindSafe for GradientRadial
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