Struct nuklear_sys::nk_user_font [] [src]

#[repr(C)]
pub struct nk_user_font { pub userdata: nk_handle, pub height: f32, pub width: nk_text_width_f, pub query: nk_query_font_glyph_f, pub texture: nk_handle, }

Fields

Trait Implementations

impl Debug for nk_user_font
[src]

Formats the value using the given formatter.

impl Copy for nk_user_font
[src]

impl Clone for nk_user_font
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_user_font
[src]

Returns the "default value" for a type. Read more