pub struct GradientConic;Expand description
Conic (angular) gradient: |atan2(y,x)| * d / pi.
Port of C++ gradient_conic.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GradientConic
impl RefUnwindSafe for GradientConic
impl Send for GradientConic
impl Sync for GradientConic
impl Unpin for GradientConic
impl UnwindSafe for GradientConic
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