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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
firefly_rust
0.2.1
In firefly_rust::graphics
Structs
Angle
LineStyle
Point
RGB
Size
Style
Enums
Color
Constants
HEIGHT
WIDTH
Functions
clear_screen
draw_arc
draw_circle
draw_ellipse
draw_image
draw_line
draw_point
draw_rect
draw_rounded_rect
draw_sector
draw_sub_image
draw_text
draw_triangle
set_color
set_colors
?
Settings
Function
firefly_rust
::
graphics
::
draw_rect
Copy item path
source
·
[
−
]
pub fn draw_rect(p:
Point
, b:
Size
, s:
Style
)
Expand description
Draw a rectangle filling the given bounding box.