pub enum GlyphMode {
Unicode,
Ascii,
}Expand description
Overall glyph rendering mode.
Variants§
Implementations§
Trait Implementations§
impl Copy for GlyphMode
impl Eq for GlyphMode
impl StructuralPartialEq for GlyphMode
Auto Trait Implementations§
impl Freeze for GlyphMode
impl RefUnwindSafe for GlyphMode
impl Send for GlyphMode
impl Sync for GlyphMode
impl Unpin for GlyphMode
impl UnsafeUnpin for GlyphMode
impl UnwindSafe for GlyphMode
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