Struct nuklear_sys::nk_chart
[−]
[src]
pub struct nk_chart {
pub slots: [nk_chart_slot; 4],
pub slot: c_int,
pub x: f32,
pub y: f32,
pub w: f32,
pub h: f32,
}Fields
slots: [nk_chart_slot; 4]
slot: c_int
x: f32
y: f32
w: f32
h: f32
Trait Implementations
impl Debug for nk_chart[src]
impl Copy for nk_chart[src]
impl Clone for nk_chart[src]
fn clone(&self) -> nk_chart
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