Struct nuklear_sys::nk_command_rect [] [src]

#[repr(C)]
pub struct nk_command_rect { pub header: nk_command, pub rounding: c_ushort, pub line_thickness: c_ushort, pub x: c_short, pub y: c_short, pub w: c_ushort, pub h: c_ushort, pub color: nk_color, }

Fields

Trait Implementations

impl Debug for nk_command_rect
[src]

Formats the value using the given formatter.

impl Copy for nk_command_rect
[src]

impl Clone for nk_command_rect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_command_rect
[src]

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