Struct truetype::glyph_data::Simple [] [src]

pub struct Simple {
    pub end_points: Vec<u16>,
    pub instruction_size: u16,
    pub instructions: Vec<u8>,
    pub flags: Vec<u8>,
    pub x: Vec<i16>,
    pub y: Vec<i16>,
}

A simple-glyph description.

Fields

end_points: Vec<u16> instruction_size: u16 instructions: Vec<u8> flags: Vec<u8> x: Vec<i16> y: Vec<i16>

Trait Implementations

impl PartialEq for Simple
[src]

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

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

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

This method tests for !=.

impl Eq for Simple
[src]

impl Debug for Simple
[src]

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

Formats the value using the given formatter.

impl Clone for Simple
[src]

fn clone(&self) -> Simple

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<usize> for Simple
[src]

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

Read a value.