Struct truetype::offset_table::OffsetTable [] [src]

pub struct OffsetTable {
    pub header: Header,
    pub records: Vec<Record>,
}

An offset table.

Fields

header: Header records: Vec<Record>

Trait Implementations

impl Debug for OffsetTable
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for OffsetTable
[src]

fn clone(&self) -> OffsetTable

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Value for OffsetTable
[src]

fn read<T: Tape>(tape: &mut T) -> Result<Self>

Read a value.