[][src]Trait gnuplot::DataType

pub trait DataType: Clone {
    fn get(&self) -> f64;
}

Required methods

fn get(&self) -> f64

Loading content...

Implementations on Foreign Types

impl<'l> DataType for &'l u8[src]

impl<'l> DataType for &'l u16[src]

impl<'l> DataType for &'l u32[src]

impl<'l> DataType for &'l u64[src]

impl<'l> DataType for &'l usize[src]

impl<'l> DataType for &'l i8[src]

impl<'l> DataType for &'l i16[src]

impl<'l> DataType for &'l i32[src]

impl<'l> DataType for &'l i64[src]

impl<'l> DataType for &'l isize[src]

impl<'l> DataType for &'l f32[src]

impl<'l> DataType for &'l f64[src]

impl DataType for u8[src]

impl DataType for u16[src]

impl DataType for u32[src]

impl DataType for u64[src]

impl DataType for usize[src]

impl DataType for i8[src]

impl DataType for i16[src]

impl DataType for i32[src]

impl DataType for i64[src]

impl DataType for isize[src]

impl DataType for f32[src]

impl DataType for f64[src]

impl DataType for Duration[src]

impl<'l> DataType for &'l Duration[src]

Loading content...

Implementors

Loading content...