Docs.rs
firefly-rust-0.9.0
firefly-rust 0.9.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
orsinium
Dependencies
nalgebra ^0.33.2
normal
optional
talc ^4.4.2
normal
optional
Versions
63.68%
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
firefly_
rust
0.9.0
Shape
Required Methods
draw
Implementors
In firefly_
rust::
shapes
firefly_rust
::
shapes
Trait
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