pub struct Stop {
pub offset: StopOffset,
pub color: Color,
pub opacity: Opacity,
}
Expand description
Gradient’s stop element.
stop
element in SVG.
Fields§
§offset: StopOffset
Gradient stop offset.
offset
in SVG.
color: Color
Gradient stop color.
stop-color
in SVG.
opacity: Opacity
Gradient stop opacity.
stop-opacity
in SVG.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Stop
impl Send for Stop
impl Sync for Stop
impl Unpin for Stop
impl UnwindSafe for Stop
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