Struct ttf_parser::TableRecord
source · [−]Expand description
A raw table record.
Fields
tag: Tag
check_sum: u32
offset: u32
length: u32
Trait Implementations
sourceimpl Clone for TableRecord
impl Clone for TableRecord
sourcefn clone(&self) -> TableRecord
fn clone(&self) -> TableRecord
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TableRecord
impl Debug for TableRecord
sourceimpl FromData for TableRecord
impl FromData for TableRecord
impl Copy for TableRecord
Auto Trait Implementations
impl RefUnwindSafe for TableRecord
impl Send for TableRecord
impl Sync for TableRecord
impl Unpin for TableRecord
impl UnwindSafe for TableRecord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more