pub struct LigatureArray { /* private fields */ }Implementations§
Source§impl LigatureArray
impl LigatureArray
pub fn ligature_count(&self) -> u16
pub fn ligature_attach_offsets(&self) -> &[u16]
pub fn ligature_attaches(&self) -> &[LigatureAttach]
Auto Trait Implementations§
impl Freeze for LigatureArray
impl RefUnwindSafe for LigatureArray
impl Send for LigatureArray
impl Sync for LigatureArray
impl Unpin for LigatureArray
impl UnsafeUnpin for LigatureArray
impl UnwindSafe for LigatureArray
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