Docs.rs
rustvision-0.1.1
rustvision 0.1.1
Permalink
Docs.rs crate page
LGPL-3.0
Links
Repository
crates.io
Source
Owners
H1ghBre4k3r
Dependencies
Versions
78.57%
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
rustvision
0.1.1
Shape
Required Methods
draw
Implementors
In rustvision::
shapes
rustvision
::
shapes
Trait
Shape
Copy item path
Source
pub trait Shape { // Required method fn
draw
(&self, img: &mut
Image
); }
Required Methods
§
Source
fn
draw
(&self, img: &mut
Image
)
Draw this shape.
Implementors
§
Source
§
impl
Shape
for
Line
Source
§
impl
Shape
for
Polygon
Source
§
impl
Shape
for
Rectangle