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