Struct nuklear_sys::nk_command_text [] [src]

pub struct nk_command_text {
    pub header: nk_command,
    pub font: *const nk_user_font,
    pub background: nk_color,
    pub foreground: nk_color,
    pub x: c_short,
    pub y: c_short,
    pub w: c_ushort,
    pub h: c_ushort,
    pub height: f32,
    pub length: c_int,
    pub string: [c_char; 1],
}

Fields

Trait Implementations

impl Debug for nk_command_text
[src]

Formats the value using the given formatter.

impl Copy for nk_command_text
[src]

impl Clone for nk_command_text
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_command_text
[src]

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