Struct truetype::compound::CharMapping [] [src]

pub struct CharMapping {
    pub header: CharMappingHeader,
    pub records: Vec<CharMappingRecord>,
    pub encodings: Vec<CharMappingEncoding>,
}

A char-to-glyph mapping.

Fields

header: CharMappingHeader records: Vec<CharMappingRecord> encodings: Vec<CharMappingEncoding>

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

fn default() -> CharMapping

Returns the "default value" for a type. Read more

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<CharMapping>

Read a value.