Struct nuklear_rust::NkChart
[−]
[src]
#[repr(C)]pub struct NkChart { /* fields omitted */ }
Methods
impl NkChart[src]
fn x(&self) -> f32
fn set_x(&mut self, f: f32)
fn y(&self) -> f32
fn set_y(&mut self, f: f32)
fn w(&self) -> f32
fn set_w(&mut self, f: f32)
fn h(&self) -> f32
fn set_h(&mut self, f: f32)
fn slot(&self) -> u32
fn slots(&self) -> &[NkChartSlot]
Trait Implementations
impl Clone for NkChart[src]
fn clone(&self) -> NkChart
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