pub struct Forms {
pub isolated: char,
pub initial: char,
pub medial: char,
pub end: char,
}Expand description
The main type used to show letter form in each position
Fields§
§isolated: char§initial: char§medial: char§end: charImplementations§
Trait Implementations§
impl Copy for Forms
impl Eq for Forms
impl StructuralPartialEq for Forms
Auto Trait Implementations§
impl Freeze for Forms
impl RefUnwindSafe for Forms
impl Send for Forms
impl Sync for Forms
impl Unpin for Forms
impl UnwindSafe for Forms
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