Struct nuklear::Chart [−][src]
#[repr(C)]pub struct Chart { /* fields omitted */ }
Methods
impl Chart[src]
impl Chartpub fn x(&self) -> f32[src]
pub fn x(&self) -> f32pub fn set_x(&mut self, f: f32)[src]
pub fn set_x(&mut self, f: f32)pub fn y(&self) -> f32[src]
pub fn y(&self) -> f32pub fn set_y(&mut self, f: f32)[src]
pub fn set_y(&mut self, f: f32)pub fn w(&self) -> f32[src]
pub fn w(&self) -> f32pub fn set_w(&mut self, f: f32)[src]
pub fn set_w(&mut self, f: f32)pub fn h(&self) -> f32[src]
pub fn h(&self) -> f32pub fn set_h(&mut self, f: f32)[src]
pub fn set_h(&mut self, f: f32)pub fn slot(&self) -> u32[src]
pub fn slot(&self) -> u32pub fn slots(&self) -> &[ChartSlot][src]
pub fn slots(&self) -> &[ChartSlot]Trait Implementations
impl Clone for Chart[src]
impl Clone for Chartfn clone(&self) -> Chart[src]
fn clone(&self) -> ChartReturns 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 Debug for Chart[src]
impl Debug for Chartfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_chart> for Chart[src]
impl AsRef<nk_chart> for Chartimpl AsMut<nk_chart> for Chart[src]
impl AsMut<nk_chart> for Chartimpl AsRef<Chart> for nk_chart[src]
impl AsRef<Chart> for nk_chartimpl AsMut<Chart> for nk_chart[src]
impl AsMut<Chart> for nk_chartimpl Default for Chart[src]
impl Default for Chart