Docs.rs
graplot-0.1.22
graplot 0.1.22
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
elftausend
Dependencies
litequad ^0.1.2
normal
Versions
3.87%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
graplot
0.1.22
PlotArg
Required Methods
as_plot
Implementations on Foreign Types
&[T; N]
&[T]
(&Vec<T>, &Vec<T>)
(&[T; N], &[T; N])
(&[T; N], &[T; N], &str)
(&[T; N], &str)
(&[T], &[T])
(&[T], &[T], &str)
(&[T], &str)
()
(F, &str)
(F, &str, XEnd)
(F, XEnd)
(F, XEnd, &str)
(F, usize)
(F, usize, &str)
(Polynomial, &str)
(Polynomial, XEnd)
(Polynomial, XEnd, &str)
(Vec<T>, &str)
(Vec<T>, Vec<T>)
(Vec<T>, Vec<T>, &str)
([T; N], &str)
([T; N], [T; N])
([T; N], [T; N], &str)
Vec<T>
[T; N]
Implementors
In crate graplot
graplot
Trait
PlotArg
Copy item path
Source
pub trait PlotArg { // Required method fn
as_plot
(&self) ->
Plot
; }
Required Methods
§
Source
fn
as_plot
(&self) ->
Plot
Implementations on Foreign Types
§
Source
§
impl
PlotArg
for (
Polynomial
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl
PlotArg
for (
Polynomial
,
XEnd
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl
PlotArg
for (
Polynomial
,
XEnd
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl
PlotArg
for
()
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<F:
Copy
+
Fn
(
f64
) ->
f64
>
PlotArg
for (F, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<F:
Copy
+
Fn
(
f64
) ->
f64
>
PlotArg
for (F, &
str
,
XEnd
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<F:
Copy
+
Fn
(
f64
) ->
f64
>
PlotArg
for (F,
usize
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<F:
Copy
+
Fn
(
f64
) ->
f64
>
PlotArg
for (F,
XEnd
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<F:
Fn
(
f64
) ->
f64
>
PlotArg
for (F,
usize
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<F:
Fn
(
f64
) ->
f64
>
PlotArg
for (F,
XEnd
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>>
PlotArg
for &
[T]
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>>
PlotArg
for (&
[T]
, &
[T]
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>>
PlotArg
for (&
[T]
, &
[T]
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>>
PlotArg
for (&
[T]
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>>
PlotArg
for (&
Vec
<T>, &
Vec
<T>)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>>
PlotArg
for (
Vec
<T>, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>>
PlotArg
for (
Vec
<T>,
Vec
<T>)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>>
PlotArg
for (
Vec
<T>,
Vec
<T>, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>>
PlotArg
for
Vec
<T>
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>, const N:
usize
>
PlotArg
for &
[T; N]
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>, const N:
usize
>
PlotArg
for (&
[T; N]
, &
[T; N]
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>, const N:
usize
>
PlotArg
for (&
[T; N]
, &
[T; N]
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>, const N:
usize
>
PlotArg
for (&
[T; N]
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>, const N:
usize
>
PlotArg
for (
[T; N]
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>, const N:
usize
>
PlotArg
for (
[T; N]
,
[T; N]
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>, const N:
usize
>
PlotArg
for (
[T; N]
,
[T; N]
, &
str
)
Source
§
fn
as_plot
(&self) ->
Plot
Source
§
impl<T: ToF64<Output =
f64
>, const N:
usize
>
PlotArg
for
[T; N]
Source
§
fn
as_plot
(&self) ->
Plot
Implementors
§
Source
§
impl
PlotArg
for
Plot
Source
§
impl
PlotArg
for
Polynomial
Source
§
impl<F:
Fn
(
f64
) ->
f64
>
PlotArg
for F