pub struct GradientSqrtXY;Expand description
Square-root XY gradient: sqrt(|x|*|y|).
Port of C++ gradient_sqrt_xy.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GradientSqrtXY
impl RefUnwindSafe for GradientSqrtXY
impl Send for GradientSqrtXY
impl Sync for GradientSqrtXY
impl Unpin for GradientSqrtXY
impl UnsafeUnpin for GradientSqrtXY
impl UnwindSafe for GradientSqrtXY
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