Struct owned_ttf_parser::kerx::AnchorPoints
source · pub struct AnchorPoints<'a>(&'a [u8]);
Expand description
A container of Anchor Points used by Subtable4
.
Tuple Fields§
§0: &'a [u8]
Implementations§
Trait Implementations§
source§impl<'a> Clone for AnchorPoints<'a>
impl<'a> Clone for AnchorPoints<'a>
source§fn clone(&self) -> AnchorPoints<'a>
fn clone(&self) -> AnchorPoints<'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 AnchorPoints<'_>
impl Debug for AnchorPoints<'_>
impl<'a> Copy for AnchorPoints<'a>
Auto Trait Implementations§
impl<'a> Freeze for AnchorPoints<'a>
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§
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