Enum truetype::glyph_data::Arguments [] [src]

pub enum Arguments {
    Offsets(i16i16),
    Indices(u16u16),
}

Arguments of a component.

Variants

Offsets(i16i16)

Offsets relative to the current point.

Indices(u16u16)

Indices of the points to match.

Trait Implementations

impl PartialEq for Arguments
[src]

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

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

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

This method tests for !=.

impl Eq for Arguments
[src]

impl Debug for Arguments
[src]

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

Formats the value using the given formatter.

impl Copy for Arguments
[src]

impl Clone for Arguments
[src]

fn clone(&self) -> Arguments

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 Walue<u16> for Arguments
[src]

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

Read a value.