Struct cairo_sys::TextExtents [−][src]
#[repr(C)]pub struct TextExtents { pub x_bearing: c_double, pub y_bearing: c_double, pub width: c_double, pub height: c_double, pub x_advance: c_double, pub y_advance: c_double, }
Fields
x_bearing: c_double
y_bearing: c_double
width: c_double
height: c_double
x_advance: c_double
y_advance: c_double
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextExtents
impl Send for TextExtents
impl Sync for TextExtents
impl Unpin for TextExtents
impl UnwindSafe for TextExtents
Blanket Implementations
Mutably borrows from an owned value. Read more