Struct ui_sys::uiDrawTextFontMetrics[][src]

#[repr(C)]
pub struct uiDrawTextFontMetrics { pub Ascent: c_double, pub Descent: c_double, pub Leading: c_double, pub UnderlinePos: c_double, pub UnderlineThickness: c_double, }

Fields

Trait Implementations

impl Copy for uiDrawTextFontMetrics
[src]

impl Clone for uiDrawTextFontMetrics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uiDrawTextFontMetrics
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiDrawTextFontMetrics

impl Sync for uiDrawTextFontMetrics