Struct ar_reshaper::LigaturesFlags
source · pub struct LigaturesFlags {
pub sentences_ligatures: bool,
pub words_ligatures: bool,
pub letters_ligatures: bool,
}Fields§
§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 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 Default for LigaturesFlags
impl Default for LigaturesFlags
source§fn default() -> LigaturesFlags
fn default() -> LigaturesFlags
Returns the “default value” for a type. Read more
impl Copy for LigaturesFlags
Auto Trait Implementations§
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