Struct ttf_parser::cmap::Subtable12
source · [−]pub struct Subtable12<'a> { /* private fields */ }
Expand description
A format 12 subtable.
Implementations
sourceimpl<'a> Subtable12<'a>
impl<'a> Subtable12<'a>
Trait Implementations
sourceimpl<'a> Clone for Subtable12<'a>
impl<'a> Clone for Subtable12<'a>
sourcefn clone(&self) -> Subtable12<'a>
fn clone(&self) -> Subtable12<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Subtable12<'_>
impl Debug for Subtable12<'_>
impl<'a> Copy for Subtable12<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable12<'a>
impl<'a> Send for Subtable12<'a>
impl<'a> Sync for Subtable12<'a>
impl<'a> Unpin for Subtable12<'a>
impl<'a> UnwindSafe for Subtable12<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more