Struct ttf_parser::gpos::CursiveAnchorSet [−][src]
pub struct CursiveAnchorSet<'a> { /* fields omitted */ }
Expand description
A list of entry and exit Anchor
pairs.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CursiveAnchorSet<'a>
impl<'a> Send for CursiveAnchorSet<'a>
impl<'a> Sync for CursiveAnchorSet<'a>
impl<'a> Unpin for CursiveAnchorSet<'a>
impl<'a> UnwindSafe for CursiveAnchorSet<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more