pub struct GradientStop { /* private fields */ }
Trait Implementations§
Source§impl Debug for GradientStop
impl Debug for GradientStop
Auto Trait Implementations§
impl !Freeze for GradientStop
impl !RefUnwindSafe for GradientStop
impl !Send for GradientStop
impl !Sync for GradientStop
impl Unpin for GradientStop
impl !UnwindSafe for GradientStop
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