Struct cairo_sys::Glyph [] [src]

pub struct Glyph {
    pub index: c_ulong,
    pub x: c_double,
    pub y: c_double,
}

Fields

Trait Implementations

impl Clone for Glyph
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for Glyph
[src]