pub struct GradientGenerator { /* private fields */ }Expand description
Color gradient generator
Implementations§
Auto Trait Implementations§
impl Freeze for GradientGenerator
impl RefUnwindSafe for GradientGenerator
impl Send for GradientGenerator
impl Sync for GradientGenerator
impl Unpin for GradientGenerator
impl UnsafeUnpin for GradientGenerator
impl UnwindSafe for GradientGenerator
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