Struct ttf_parser::tables::cff::encoding::Supplement
source · pub(crate) struct Supplement {
code: u8,
name: StringId,
}
Fields§
§code: u8
§name: StringId
Trait Implementations§
source§impl Clone for Supplement
impl Clone for Supplement
source§fn clone(&self) -> Supplement
fn clone(&self) -> Supplement
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 Supplement
impl Debug for Supplement
source§impl FromData for Supplement
impl FromData for Supplement
impl Copy for Supplement
Auto Trait Implementations§
impl Freeze for Supplement
impl RefUnwindSafe for Supplement
impl Send for Supplement
impl Sync for Supplement
impl Unpin for Supplement
impl UnwindSafe for Supplement
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