pub struct Ligatures { /* private fields */ }Expand description
Hold state of whatever some ligatures are enabled or not.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ligatures
impl RefUnwindSafe for Ligatures
impl Send for Ligatures
impl Sync for Ligatures
impl Unpin for Ligatures
impl UnwindSafe for Ligatures
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