Struct ttf_parser::gpos::CursiveAnchorSet
source · [−]pub struct CursiveAnchorSet<'a> { /* private fields */ }
Expand description
A list of entry and exit Anchor
pairs.
Implementations
Trait Implementations
sourceimpl<'a> Clone for CursiveAnchorSet<'a>
impl<'a> Clone for CursiveAnchorSet<'a>
sourcefn clone(&self) -> CursiveAnchorSet<'a>
fn clone(&self) -> CursiveAnchorSet<'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 CursiveAnchorSet<'_>
impl Debug for CursiveAnchorSet<'_>
impl<'a> Copy for CursiveAnchorSet<'a>
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
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