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 TextExtentsimpl Send for TextExtentsimpl Sync for TextExtentsimpl Unpin for TextExtentsimpl UnwindSafe for TextExtentsBlanket Implementations
Mutably borrows from an owned value. Read more