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