#[repr(C)]pub struct cairo_text_extents_t {
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_doubleTrait Implementations§
Source§impl Clone for cairo_text_extents_t
impl Clone for cairo_text_extents_t
impl Copy for cairo_text_extents_t
Auto Trait Implementations§
impl Freeze for cairo_text_extents_t
impl RefUnwindSafe for cairo_text_extents_t
impl Send for cairo_text_extents_t
impl Sync for cairo_text_extents_t
impl Unpin for cairo_text_extents_t
impl UnsafeUnpin for cairo_text_extents_t
impl UnwindSafe for cairo_text_extents_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more