Struct ttf_parser::tables::colr::BaseGlyphPaintRecord
source · struct BaseGlyphPaintRecord {
glyph_id: GlyphId,
paint_table_offset: Offset32,
}
Expand description
Fields§
§glyph_id: GlyphId
§paint_table_offset: Offset32
Trait Implementations§
source§impl Clone for BaseGlyphPaintRecord
impl Clone for BaseGlyphPaintRecord
source§fn clone(&self) -> BaseGlyphPaintRecord
fn clone(&self) -> BaseGlyphPaintRecord
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 BaseGlyphPaintRecord
impl Debug for BaseGlyphPaintRecord
source§impl FromData for BaseGlyphPaintRecord
impl FromData for BaseGlyphPaintRecord
impl Copy for BaseGlyphPaintRecord
Auto Trait Implementations§
impl Freeze for BaseGlyphPaintRecord
impl RefUnwindSafe for BaseGlyphPaintRecord
impl Send for BaseGlyphPaintRecord
impl Sync for BaseGlyphPaintRecord
impl Unpin for BaseGlyphPaintRecord
impl UnwindSafe for BaseGlyphPaintRecord
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