Struct nuklear_sys::nk_chart [] [src]

#[repr(C)]
pub struct nk_chart { pub slot: c_int, pub x: f32, pub y: f32, pub w: f32, pub h: f32, pub slots: [nk_chart_slot; 4], }

Fields

Trait Implementations

impl Debug for nk_chart
[src]

Formats the value using the given formatter.

impl Copy for nk_chart
[src]

impl Clone for nk_chart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_chart
[src]

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