Struct owned_ttf_parser::cmap::Subtable4
source · pub struct Subtable4<'a> { /* private fields */ }
Expand description
A format 4 subtable.
Implementations§
Trait Implementations§
impl<'a> Copy for Subtable4<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Subtable4<'a>
impl<'a> Send for Subtable4<'a>
impl<'a> Sync for Subtable4<'a>
impl<'a> Unpin for Subtable4<'a>
impl<'a> UnwindSafe for Subtable4<'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