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 PartialEq for OffsetTable
[src]

fn eq(&self, __arg_0: &OffsetTable) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &OffsetTable) -> bool

This method tests for !=.

impl Eq for OffsetTable
[src]

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.