Struct ttf_parser::tables::colr::NonVarColorLine
source · struct NonVarColorLine<'a> {
extend: GradientExtend,
colors: LazyArray16<'a, ColorStopRaw>,
palettes: Table<'a>,
foreground_color: RgbaColor,
}
Fields§
§extend: GradientExtend
§colors: LazyArray16<'a, ColorStopRaw>
§palettes: Table<'a>
§foreground_color: RgbaColor
Implementations§
Trait Implementations§
source§impl<'a> Clone for NonVarColorLine<'a>
impl<'a> Clone for NonVarColorLine<'a>
source§fn clone(&self) -> NonVarColorLine<'a>
fn clone(&self) -> NonVarColorLine<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a> Freeze for NonVarColorLine<'a>
impl<'a> RefUnwindSafe for NonVarColorLine<'a>
impl<'a> Send for NonVarColorLine<'a>
impl<'a> Sync for NonVarColorLine<'a>
impl<'a> Unpin for NonVarColorLine<'a>
impl<'a> UnwindSafe for NonVarColorLine<'a>
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