Struct precis_tools::ViramaTableGen
source · pub struct ViramaTableGen { /* private fields */ }
Expand description
Generator that creates a table of Unicode code points
with the Virama
canonical combining class.
Implementations§
Trait Implementations§
source§impl CodeGen for ViramaTableGen
impl CodeGen for ViramaTableGen
source§impl UcdLineParser<UnicodeData> for ViramaTableGen
impl UcdLineParser<UnicodeData> for ViramaTableGen
source§fn process_entry(&mut self, udata: &UnicodeData) -> Result<(), Error>
fn process_entry(&mut self, udata: &UnicodeData) -> Result<(), Error>
Process an entry in the
UCD
file. Read moreAuto Trait Implementations§
impl Freeze for ViramaTableGen
impl RefUnwindSafe for ViramaTableGen
impl Send for ViramaTableGen
impl Sync for ViramaTableGen
impl Unpin for ViramaTableGen
impl UnwindSafe for ViramaTableGen
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