Struct owned_ttf_parser::colr::ColorStop
source · pub struct ColorStop {
pub stop_offset: f32,
pub color: RgbaColor,
}
Expand description
Fields§
§stop_offset: f32
The offset of the color stop.
color: RgbaColor
The color of the color stop.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorStop
impl RefUnwindSafe for ColorStop
impl Send for ColorStop
impl Sync for ColorStop
impl Unpin for ColorStop
impl UnwindSafe for ColorStop
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