Struct owned_ttf_parser::gpos::LigatureArray
source · pub struct LigatureArray<'a> {
data: &'a [u8],
class_count: u16,
offsets: LazyArray16<'a, Offset16>,
}
Expand description
An array or ligature anchor matrices.
Fields§
§data: &'a [u8]
§class_count: u16
§offsets: LazyArray16<'a, Offset16>
Implementations§
source§impl<'a> LigatureArray<'a>
impl<'a> LigatureArray<'a>
Trait Implementations§
source§impl<'a> Clone for LigatureArray<'a>
impl<'a> Clone for LigatureArray<'a>
source§fn clone(&self) -> LigatureArray<'a>
fn clone(&self) -> LigatureArray<'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 moresource§impl Debug for LigatureArray<'_>
impl Debug for LigatureArray<'_>
impl<'a> Copy for LigatureArray<'a>
Auto Trait Implementations§
impl<'a> Freeze for LigatureArray<'a>
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more