Struct truetype::compound::LanguageTagRecord [] [src]

pub struct LanguageTagRecord {
    pub length: u16,
    pub offset: u16,
}

A language-tag record of a naming table.

Fields

length: u16 offset: u16

Trait Implementations

impl Copy for LanguageTagRecord
[src]

impl PartialEq for LanguageTagRecord
[src]

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

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

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

This method tests for !=.

impl Eq for LanguageTagRecord
[src]

impl Default for LanguageTagRecord
[src]

fn default() -> LanguageTagRecord

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

impl Debug for LanguageTagRecord
[src]

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

Formats the value using the given formatter.

impl Clone for LanguageTagRecord
[src]

fn clone(&self) -> LanguageTagRecord

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

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

Read a value.