Struct tiny_skia::GradientStop
source · [−]pub struct GradientStop { /* private fields */ }
Expand description
A gradient point.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more