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