Struct owned_ttf_parser::kerx::AnchorPoints [−][src]
pub struct AnchorPoints<'a>(_);
Expand description
A container of Anchor Points used by Subtable4
.
Implementations
Trait Implementations
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
Mutably borrows from an owned value. Read more