Struct truetype::char_mapping::CharMapping [] [src]

pub struct CharMapping {
    pub header: Header,
    pub records: Vec<Record>,
    pub encodings: Vec<Encoding>,
}

A char-to-glyph mapping.

Fields

header: Header records: Vec<Record> encodings: Vec<Encoding>

Trait Implementations

impl PartialEq for CharMapping
[src]

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

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

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

This method tests for !=.

impl Eq for CharMapping
[src]

impl Debug for CharMapping
[src]

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

Formats the value using the given formatter.

impl Clone for CharMapping
[src]

fn clone(&self) -> CharMapping

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

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

Read a value.