Struct ttf_parser::tables::cblc::GlyphIdOffsetPair
source · struct GlyphIdOffsetPair {
glyph_id: GlyphId,
offset: Offset16,
}
Fields§
§glyph_id: GlyphId
§offset: Offset16
Trait Implementations§
source§impl Clone for GlyphIdOffsetPair
impl Clone for GlyphIdOffsetPair
source§fn clone(&self) -> GlyphIdOffsetPair
fn clone(&self) -> GlyphIdOffsetPair
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 FromData for GlyphIdOffsetPair
impl FromData for GlyphIdOffsetPair
impl Copy for GlyphIdOffsetPair
Auto Trait Implementations§
impl Freeze for GlyphIdOffsetPair
impl RefUnwindSafe for GlyphIdOffsetPair
impl Send for GlyphIdOffsetPair
impl Sync for GlyphIdOffsetPair
impl Unpin for GlyphIdOffsetPair
impl UnwindSafe for GlyphIdOffsetPair
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