Struct owned_ttf_parser::TableRecord
source · pub struct TableRecord {
pub tag: Tag,
pub check_sum: u32,
pub offset: u32,
pub length: u32,
}
Expand description
A raw table record.
Fields§
§tag: Tag
§check_sum: u32
§offset: u32
§length: u32
Trait Implementations§
source§impl Clone for TableRecord
impl Clone for TableRecord
source§fn clone(&self) -> TableRecord
fn clone(&self) -> TableRecord
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 TableRecord
impl Debug for TableRecord
source§impl FromData for TableRecord
impl FromData for TableRecord
impl Copy for TableRecord
Auto Trait Implementations§
impl Freeze for TableRecord
impl RefUnwindSafe for TableRecord
impl Send for TableRecord
impl Sync for TableRecord
impl Unpin for TableRecord
impl UnwindSafe for TableRecord
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