Struct owned_ttf_parser::preparse::FaceSubtables
source · pub(crate) struct FaceSubtables<'face> {
cmap: Vec<Subtable<'face>>,
h_kern: Vec<Subtable<'face>>,
}
Fields§
§cmap: Vec<Subtable<'face>>
Unicode cmap subtables.
h_kern: Vec<Subtable<'face>>
Horizontal kern subtables.
Trait Implementations§
source§impl<'face> Clone for FaceSubtables<'face>
impl<'face> Clone for FaceSubtables<'face>
source§fn clone(&self) -> FaceSubtables<'face>
fn clone(&self) -> FaceSubtables<'face>
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 moreAuto Trait Implementations§
impl<'face> Freeze for FaceSubtables<'face>
impl<'face> RefUnwindSafe for FaceSubtables<'face>
impl<'face> Send for FaceSubtables<'face>
impl<'face> Sync for FaceSubtables<'face>
impl<'face> Unpin for FaceSubtables<'face>
impl<'face> UnwindSafe for FaceSubtables<'face>
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