Struct ttf_parser::tables::colr::ColorStopRaw
source · struct ColorStopRaw {
stop_offset: F2DOT14,
palette_index: u16,
alpha: F2DOT14,
}
Expand description
A color stop.
Fields§
§stop_offset: F2DOT14
§palette_index: u16
§alpha: F2DOT14
Trait Implementations§
source§impl Clone for ColorStopRaw
impl Clone for ColorStopRaw
source§fn clone(&self) -> ColorStopRaw
fn clone(&self) -> ColorStopRaw
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 moresource§impl Debug for ColorStopRaw
impl Debug for ColorStopRaw
source§impl FromData for ColorStopRaw
impl FromData for ColorStopRaw
impl Copy for ColorStopRaw
Auto Trait Implementations§
impl Freeze for ColorStopRaw
impl RefUnwindSafe for ColorStopRaw
impl Send for ColorStopRaw
impl Sync for ColorStopRaw
impl Unpin for ColorStopRaw
impl UnwindSafe for ColorStopRaw
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