Struct ttf_parser::tables::cff::cff2::TopDictData
source · struct TopDictData {
char_strings_offset: usize,
font_dict_index_offset: Option<usize>,
variation_store_offset: Option<usize>,
}
Fields§
§char_strings_offset: usize
§font_dict_index_offset: Option<usize>
§variation_store_offset: Option<usize>
Trait Implementations§
source§impl Clone for TopDictData
impl Clone for TopDictData
source§fn clone(&self) -> TopDictData
fn clone(&self) -> TopDictData
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 Default for TopDictData
impl Default for TopDictData
source§fn default() -> TopDictData
fn default() -> TopDictData
Returns the “default value” for a type. Read more
impl Copy for TopDictData
Auto Trait Implementations§
impl Freeze for TopDictData
impl RefUnwindSafe for TopDictData
impl Send for TopDictData
impl Sync for TopDictData
impl Unpin for TopDictData
impl UnwindSafe for TopDictData
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