Struct precis_tools::CodepointsGen
source · pub struct CodepointsGen {}
Expand description
Generate the Codepoints
struct
used by all tables created by all
generators.
§Example:
pub enum Codepoints {
Single(u32),
Range(std::ops::RangeInclusive<u32>),
}
Implementations§
source§impl CodepointsGen
impl CodepointsGen
Trait Implementations§
source§impl CodeGen for CodepointsGen
impl CodeGen for CodepointsGen
Auto Trait Implementations§
impl Freeze for CodepointsGen
impl RefUnwindSafe for CodepointsGen
impl Send for CodepointsGen
impl Sync for CodepointsGen
impl Unpin for CodepointsGen
impl UnwindSafe for CodepointsGen
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