pub struct LigaturesFlags {
pub default_ligatures: bool,
pub sentences_ligatures: bool,
pub words_ligatures: bool,
pub letters_ligatures: bool,
}Expand description
Flags to enable some or all groups of ligatures
Fields§
§default_ligatures: bool§sentences_ligatures: bool§words_ligatures: bool§letters_ligatures: boolImplementations§
Trait Implementations§
Source§impl Clone for LigaturesFlags
impl Clone for LigaturesFlags
Source§fn clone(&self) -> LigaturesFlags
fn clone(&self) -> LigaturesFlags
Returns a duplicate 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 LigaturesFlags
impl Debug for LigaturesFlags
impl Copy for LigaturesFlags
Auto Trait Implementations§
impl Freeze for LigaturesFlags
impl RefUnwindSafe for LigaturesFlags
impl Send for LigaturesFlags
impl Sync for LigaturesFlags
impl Unpin for LigaturesFlags
impl UnwindSafe for LigaturesFlags
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