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