Struct precis_tools::WidthMappingTableGen
source · pub struct WidthMappingTableGen { /* private fields */ }
Expand description
Generator that creates a table of Unicode code points and their decomposition mappings.
Implementations§
Trait Implementations§
source§impl CodeGen for WidthMappingTableGen
impl CodeGen for WidthMappingTableGen
source§impl UcdLineParser<UnicodeData> for WidthMappingTableGen
impl UcdLineParser<UnicodeData> for WidthMappingTableGen
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 WidthMappingTableGen
impl RefUnwindSafe for WidthMappingTableGen
impl Send for WidthMappingTableGen
impl Sync for WidthMappingTableGen
impl Unpin for WidthMappingTableGen
impl UnwindSafe for WidthMappingTableGen
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