Docs.rs
plot_interface-0.1.3
plot_interface 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Wandalen
Dependencies
wplot ~0.1
normal
test_tools ~0.1
dev
Versions
100%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
plot_
interface
0.1.3
HasId
Interface
Required Methods
id
Implementors
In plot_
interface::
abs::
identity::
prelude
plot_interface
::
abs
::
identity
::
prelude
Trait
HasIdInterface
Copy item path
Source
pub trait HasIdInterface:
Debug
{ // Required method fn
id
(&self) ->
Id
; }
Expand description
Has id.
Required Methods
§
Source
fn
id
(&self) ->
Id
Get id.
Implementors
§
Source
§
impl
HasIdInterface
for
Context
Source
§
impl
HasIdInterface
for
ContextChanger
Source
§
impl
HasIdInterface
for
DrawChanger
Source
§
impl
HasIdInterface
for
Drawing
Source
§
impl
HasIdInterface
for
RectChanger
Source
§
impl
HasIdInterface
for
StrokeBrush
Source
§
impl
HasIdInterface
for
StrokeBrushChanger