Struct cairo::TextExtents [] [src]

#[repr(C)]
pub struct TextExtents { pub x_bearing: f64, pub y_bearing: f64, pub width: f64, pub height: f64, pub x_advance: f64, pub y_advance: f64, }

Fields

Trait Implementations

impl Clone for TextExtents
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TextExtents
[src]

impl Debug for TextExtents
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TextExtents

impl Sync for TextExtents