Docs.rs
gnuplot-0.0.38
gnuplot 0.0.38
Docs.rs crate page
LGPL-3.0
Links
Documentation
Repository
crates.io
Source
Owners
SiegeLord
Dependencies
byteorder ^1.4.3
normal
argparse-rs =0.1.0
dev
tempfile ^3.3.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
DataType
Required Methods
get
Implementations on Foreign Types
&'l Duration
&'l f32
&'l f64
&'l i16
&'l i32
&'l i64
&'l i8
&'l isize
&'l u16
&'l u32
&'l u64
&'l u8
&'l usize
Duration
f32
f64
i16
i32
i64
i8
isize
u16
u32
u64
u8
usize
Implementors
In gnuplot
?
Trait
gnuplot
::
DataType
source
·
[
−
]
pub trait DataType:
Clone
{ // Required method fn
get
(&self) ->
f64
; }
Required Methods
§
source
fn
get
(&self) ->
f64
Implementations on Foreign Types
§
source
§
impl<'l>
DataType
for &'l
i16
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
u16
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
Duration
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
Duration
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
usize
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
i16
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
u32
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
isize
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
u32
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
i8
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
f32
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
u8
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
f64
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
u8
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
f32
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
f64
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
i32
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
u64
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
usize
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
i32
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
u16
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
i8
source
§
fn
get
(&self) ->
f64
source
§
impl<'l>
DataType
for &'l
i64
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
isize
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
u64
source
§
fn
get
(&self) ->
f64
source
§
impl
DataType
for
i64
source
§
fn
get
(&self) ->
f64
Implementors
§