Enum truetype::naming_table::NamingTable [] [src]

pub enum NamingTable {
    Format0(NamingTable0),
    Format1(NamingTable1),
}

A naming table.

Variants

Format0(NamingTable0)

Format 0.

Format1(NamingTable1)

Format 1.

Trait Implementations

impl PartialEq for NamingTable
[src]

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

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

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

This method tests for !=.

impl Eq for NamingTable
[src]

impl Debug for NamingTable
[src]

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

Formats the value using the given formatter.

impl Clone for NamingTable
[src]

fn clone(&self) -> NamingTable

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 NamingTable
[src]

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

Read a value.