pub struct EncodingOverride {
pub code: u8,
pub glyph_name: String,
}Expand description
One /Differences array override: at code point code, the
rendering glyph is glyph_name.
Fields§
§code: u8§glyph_name: StringTrait Implementations§
Source§impl Clone for EncodingOverride
impl Clone for EncodingOverride
Source§fn clone(&self) -> EncodingOverride
fn clone(&self) -> EncodingOverride
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EncodingOverride
impl Debug for EncodingOverride
impl Eq for EncodingOverride
Source§impl PartialEq for EncodingOverride
impl PartialEq for EncodingOverride
Source§fn eq(&self, other: &EncodingOverride) -> bool
fn eq(&self, other: &EncodingOverride) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EncodingOverride
Auto Trait Implementations§
impl Freeze for EncodingOverride
impl RefUnwindSafe for EncodingOverride
impl Send for EncodingOverride
impl Sync for EncodingOverride
impl Unpin for EncodingOverride
impl UnsafeUnpin for EncodingOverride
impl UnwindSafe for EncodingOverride
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