Struct nuklear_sys::nk_style_text [] [src]

#[repr(C)]
pub struct nk_style_text { pub color: nk_color, pub padding: nk_vec2, }

Fields

Trait Implementations

impl Debug for nk_style_text
[src]

Formats the value using the given formatter.

impl Default for nk_style_text
[src]

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

impl Copy for nk_style_text
[src]

impl Clone for nk_style_text
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more