Struct truetype::glyph_data::Compound [] [src]

pub struct Compound {
    // some fields omitted
}

A compound-glyph description.

Trait Implementations

impl PartialEq for Compound
[src]

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

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

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

This method tests for !=.

impl Eq for Compound
[src]

impl Debug for Compound
[src]

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

Formats the value using the given formatter.

impl Clone for Compound
[src]

fn clone(&self) -> Compound

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