Enum ttf_parser::tables::cff::encoding::EncodingKind
source · pub(crate) enum EncodingKind<'a> {
Standard,
Expert,
Format0(LazyArray16<'a, u8>),
Format1(LazyArray16<'a, Format1Range>),
}
Variants§
Trait Implementations§
source§impl<'a> Clone for EncodingKind<'a>
impl<'a> Clone for EncodingKind<'a>
source§fn clone(&self) -> EncodingKind<'a>
fn clone(&self) -> EncodingKind<'a>
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<'a> Debug for EncodingKind<'a>
impl<'a> Debug for EncodingKind<'a>
source§impl Default for EncodingKind<'_>
impl Default for EncodingKind<'_>
impl<'a> Copy for EncodingKind<'a>
Auto Trait Implementations§
impl<'a> Freeze for EncodingKind<'a>
impl<'a> RefUnwindSafe for EncodingKind<'a>
impl<'a> Send for EncodingKind<'a>
impl<'a> Sync for EncodingKind<'a>
impl<'a> Unpin for EncodingKind<'a>
impl<'a> UnwindSafe for EncodingKind<'a>
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