Struct nuklear_sys::nk_command_rect_multi_color
[−]
[src]
pub struct nk_command_rect_multi_color {
pub header: nk_command,
pub x: c_short,
pub y: c_short,
pub w: c_ushort,
pub h: c_ushort,
pub left: nk_color,
pub top: nk_color,
pub bottom: nk_color,
pub right: nk_color,
}Fields
header: nk_command
x: c_short
y: c_short
w: c_ushort
h: c_ushort
left: nk_color
top: nk_color
bottom: nk_color
right: nk_color
Trait Implementations
impl Debug for nk_command_rect_multi_color[src]
impl Copy for nk_command_rect_multi_color[src]
impl Clone for nk_command_rect_multi_color[src]
fn clone(&self) -> nk_command_rect_multi_color
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more