Struct ttf_parser::cmap::Subtable13
source · pub struct Subtable13<'a> { /* private fields */ }
Expand description
A format 13 subtable.
Implementations§
source§impl<'a> Subtable13<'a>
impl<'a> Subtable13<'a>
Trait Implementations§
source§impl<'a> Clone for Subtable13<'a>
impl<'a> Clone for Subtable13<'a>
source§fn clone(&self) -> Subtable13<'a>
fn clone(&self) -> Subtable13<'a>
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 Subtable13<'_>
impl Debug for Subtable13<'_>
impl<'a> Copy for Subtable13<'a>
Auto Trait Implementations§
impl<'a> Freeze for Subtable13<'a>
impl<'a> RefUnwindSafe for Subtable13<'a>
impl<'a> Send for Subtable13<'a>
impl<'a> Sync for Subtable13<'a>
impl<'a> Unpin for Subtable13<'a>
impl<'a> UnwindSafe for Subtable13<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)