Struct ttf_parser::kerx::AnchorPoints
source · [−]pub struct AnchorPoints<'a>(_);
Expand description
A container of Anchor Points used by Subtable4
.
Implementations
Trait Implementations
sourceimpl<'a> Clone for AnchorPoints<'a>
impl<'a> Clone for AnchorPoints<'a>
sourcefn clone(&self) -> AnchorPoints<'a>
fn clone(&self) -> AnchorPoints<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AnchorPoints<'_>
impl Debug for AnchorPoints<'_>
impl<'a> Copy for AnchorPoints<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for AnchorPoints<'a>
impl<'a> Send for AnchorPoints<'a>
impl<'a> Sync for AnchorPoints<'a>
impl<'a> Unpin for AnchorPoints<'a>
impl<'a> UnwindSafe for AnchorPoints<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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