Docs.rs
firefly-rust-0.2.1
firefly-rust 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
orsinium
Dependencies
nalgebra ^0.32.5
normal
optional
Versions
41.18%
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
firefly_rust
0.2.1
Shape
Required Methods
draw
Implementors
In firefly_rust::shapes
Trait
firefly_rust
::
shapes
::
Shape
Copy item path
source
·
[
−
]
pub trait Shape { // Required method fn
draw
(&self); }
Required Methods
§
source
fn
draw
(&self)
Implementors
§
source
§
impl
Shape
for
Arc
source
§
impl
Shape
for
Circle
source
§
impl
Shape
for
Ellipse
source
§
impl
Shape
for
Line
source
§
impl
Shape
for
Rect
source
§
impl
Shape
for
RoundedRect
source
§
impl
Shape
for
Sector
source
§
impl
Shape
for
Triangle