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