Struct read_fonts::TableRecord
source · #[repr(C)]#[repr(packed)]pub struct TableRecord {
pub tag: BigEndian<Tag>,
pub checksum: BigEndian<u32>,
pub offset: BigEndian<Offset32>,
pub length: BigEndian<u32>,
}Expand description
Record for a table in a font.
Fields§
§tag: BigEndian<Tag>Table identifier.
checksum: BigEndian<u32>Checksum for the table.
offset: BigEndian<Offset32>Offset from the beginning of the font data.
length: BigEndian<u32>Length of the table.
Implementations§
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 FixedSize for TableRecord
impl FixedSize for TableRecord
source§const RAW_BYTE_LEN: usize = 16usize
const RAW_BYTE_LEN: usize = 16usize
The raw size of this type, in bytes. Read more