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
x_bearing: f64y_bearing: f64width: f64height: f64x_advance: f64y_advance: f64Trait 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