Struct tiny_skia::GradientStop
source · [−]pub struct GradientStop { /* private fields */ }
Expand description
A gradient point.
Implementations
Trait Implementations
sourceimpl Clone for GradientStop
impl Clone for GradientStop
sourcefn clone(&self) -> GradientStop
fn clone(&self) -> GradientStop
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GradientStop
impl Debug for GradientStop
sourceimpl PartialEq<GradientStop> for GradientStop
impl PartialEq<GradientStop> for GradientStop
sourcefn eq(&self, other: &GradientStop) -> bool
fn eq(&self, other: &GradientStop) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &GradientStop) -> bool
fn ne(&self, other: &GradientStop) -> bool
This method tests for !=
.
impl Copy for GradientStop
impl StructuralPartialEq for GradientStop
Auto Trait Implementations
impl RefUnwindSafe for GradientStop
impl Send for GradientStop
impl Sync for GradientStop
impl Unpin for GradientStop
impl UnwindSafe for GradientStop
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more