Docs.rs
wplot-0.1.3
wplot 0.1.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Wandalen
Dependencies
dashmap ~5.3
normal
image ~0.24
normal
num-traits ~0.2
normal
once_cell ~1.12
normal
open ~3.0
normal
rgb ~0.8
normal
wmath ~0.3
normal
wtools ~0.2
normal
test_tools ~0.1
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
☰
Make0
Required Methods
make_0
Provided Methods
make
Implementors
In wplot
?
Trait
wplot
::
Make0
source
·
[
−
]
pub trait Make0 { fn
make_0
() -> Self; fn
make
() -> Self { ... } }
Expand description
Constructor without arguments.
Required Methods
source
fn
make_0
() -> Self
Constructor without arguments.
Provided Methods
source
fn
make
() -> Self
Constructor without arguments.
Implementors
source
impl
Make0
for
Context
source
impl<T1, T2>
Make0
for
Pair
<T1, T2>
where
T1:
Default
,
T2:
Default
,
source
impl<T>
Make0
for
HomoPair
<T>
where
T:
Default
,
source
impl<T>
Make0
for
Many
<T>
source
impl<T>
Make0
for
Single
<T>
where
T:
Default
,