Struct ttf_parser::gpos::LigatureArray
source · [−]pub struct LigatureArray<'a> { /* private fields */ }
Expand description
An array or ligature anchor matrices.
Implementations
sourceimpl<'a> LigatureArray<'a>
impl<'a> LigatureArray<'a>
sourcepub fn get(&self, index: u16) -> Option<AnchorMatrix<'a>>
pub fn get(&self, index: u16) -> Option<AnchorMatrix<'a>>
Returns an AnchorMatrix
at index.
Trait Implementations
sourceimpl<'a> Clone for LigatureArray<'a>
impl<'a> Clone for LigatureArray<'a>
sourcefn clone(&self) -> LigatureArray<'a>
fn clone(&self) -> LigatureArray<'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 LigatureArray<'_>
impl Debug for LigatureArray<'_>
impl<'a> Copy for LigatureArray<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for LigatureArray<'a>
impl<'a> Send for LigatureArray<'a>
impl<'a> Sync for LigatureArray<'a>
impl<'a> Unpin for LigatureArray<'a>
impl<'a> UnwindSafe for LigatureArray<'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