pub struct GradientY;Expand description
Linear gradient along the Y axis.
Port of C++ gradient_y. Simply returns y.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GradientY
impl RefUnwindSafe for GradientY
impl Send for GradientY
impl Sync for GradientY
impl Unpin for GradientY
impl UnwindSafe for GradientY
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