Struct cairo::Glyph [] [src]

#[repr(C)]
pub struct Glyph { pub index: u64, pub x: f64, pub y: f64, }

Fields

Trait Implementations

impl Clone for Glyph
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Glyph
[src]

impl Debug for Glyph
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Glyph

impl Sync for Glyph