pub enum GlyphClass {
Base = 1,
Ligature = 2,
Mark = 3,
Component = 4,
}
Expand description
A glyph class.
Variants§
Trait Implementations§
Source§impl Clone for GlyphClass
impl Clone for GlyphClass
Source§fn clone(&self) -> GlyphClass
fn clone(&self) -> GlyphClass
Returns a copy 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 moreSource§impl Debug for GlyphClass
impl Debug for GlyphClass
Source§impl PartialEq for GlyphClass
impl PartialEq for GlyphClass
impl Copy for GlyphClass
impl StructuralPartialEq for GlyphClass
Auto Trait Implementations§
impl Freeze for GlyphClass
impl RefUnwindSafe for GlyphClass
impl Send for GlyphClass
impl Sync for GlyphClass
impl Unpin for GlyphClass
impl UnwindSafe for GlyphClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)