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