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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for uiDrawTextFontMetrics
[src]

[src]

Formats the value using the given formatter.