struct Cmap1213IterGroup {
range: Range<u64>,
start_code: u32,
ref_glyph_id: u32,
}
Expand description
Remapped groups for iterating cmap12/13.
Fields§
§range: Range<u64>
§start_code: u32
§ref_glyph_id: u32
Trait Implementations§
Source§impl Clone for Cmap1213IterGroup
impl Clone for Cmap1213IterGroup
Source§fn clone(&self) -> Cmap1213IterGroup
fn clone(&self) -> Cmap1213IterGroup
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for Cmap1213IterGroup
impl RefUnwindSafe for Cmap1213IterGroup
impl Send for Cmap1213IterGroup
impl Sync for Cmap1213IterGroup
impl Unpin for Cmap1213IterGroup
impl UnwindSafe for Cmap1213IterGroup
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