Struct pango_sys::PangoFontMetrics[][src]

#[repr(C)]
pub struct PangoFontMetrics { pub ref_count: c_uint, pub ascent: c_int, pub descent: c_int, pub approximate_char_width: c_int, pub approximate_digit_width: c_int, pub underline_position: c_int, pub underline_thickness: c_int, pub strikethrough_position: c_int, pub strikethrough_thickness: c_int, }

Fields

Trait Implementations

impl Copy for PangoFontMetrics
[src]

impl Clone for PangoFontMetrics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoFontMetrics
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PangoFontMetrics

impl Sync for PangoFontMetrics