struct IndicConfig {
script: Option<Script>,
has_old_spec: bool,
virama: u32,
reph_pos: RephPosition,
reph_mode: RephMode,
blwf_mode: BlwfMode,
}
Fields§
§script: Option<Script>
§has_old_spec: bool
§virama: u32
§reph_pos: RephPosition
§reph_mode: RephMode
§blwf_mode: BlwfMode
Implementations§
Trait Implementations§
Source§impl Clone for IndicConfig
impl Clone for IndicConfig
Source§fn clone(&self) -> IndicConfig
fn clone(&self) -> IndicConfig
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 moreimpl Copy for IndicConfig
Auto Trait Implementations§
impl Freeze for IndicConfig
impl RefUnwindSafe for IndicConfig
impl Send for IndicConfig
impl Sync for IndicConfig
impl Unpin for IndicConfig
impl UnwindSafe for IndicConfig
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