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