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