Struct truetype::compound::CharMappingHeader [] [src]

pub struct CharMappingHeader {
    pub version: u16,
    pub numTables: u16,
}

The header of a char-to-glyph mapping.

Fields

version: u16 numTables: u16

Trait Implementations

impl Copy for CharMappingHeader
[src]

impl PartialEq for CharMappingHeader
[src]

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

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

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

This method tests for !=.

impl Eq for CharMappingHeader
[src]

impl Default for CharMappingHeader
[src]

fn default() -> CharMappingHeader

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

impl Debug for CharMappingHeader
[src]

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

Formats the value using the given formatter.

impl Clone for CharMappingHeader
[src]

fn clone(&self) -> CharMappingHeader

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

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

Read a value.