pub struct GradientXY;Expand description
XY gradient: |x|*|y| / d.
Port of C++ gradient_xy.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GradientXY
impl RefUnwindSafe for GradientXY
impl Send for GradientXY
impl Sync for GradientXY
impl Unpin for GradientXY
impl UnsafeUnpin for GradientXY
impl UnwindSafe for GradientXY
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