Struct nuklear::ChartSlot [−][src]
#[repr(C)]pub struct ChartSlot { pub type_: nk_chart_type, pub color: nk_color, pub highlight: nk_color, pub min: f32, pub max: f32, pub range: f32, pub count: i32, pub last: nk_vec2, pub index: i32, }
Fields
type_: nk_chart_type
color: nk_color
highlight: nk_color
min: f32
max: f32
range: f32
count: i32
last: nk_vec2
index: i32
Trait Implementations
impl Clone for nk_chart_slot[src]
impl Clone for nk_chart_slotfn clone(&self) -> nk_chart_slot[src]
fn clone(&self) -> nk_chart_slotReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for nk_chart_slot[src]
impl Default for nk_chart_slotfn default() -> nk_chart_slot[src]
fn default() -> nk_chart_slotReturns the "default value" for a type. Read more
impl Debug for nk_chart_slot[src]
impl Debug for nk_chart_slotfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for nk_chart_slot[src]
impl Copy for nk_chart_slotAuto Trait Implementations
impl Send for nk_chart_slot
impl Send for nk_chart_slotimpl Sync for nk_chart_slot
impl Sync for nk_chart_slot