Docs.rs
fractl_lib-0.1.0
fractl_lib 0.1.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
Shapur1234
Dependencies
bytemuck ^1.14
normal
cfg-if ^1.0
normal
cgmath ^0.18
normal
flume ^0.11
normal
fontdue ^0.7
normal
image ^0.24
normal
lazy_static ^1.4
normal
pollster ^0.3
normal
rayon ^1.8
normal
wgpu ^0.18
normal
winit ^0.29
normal
Versions
0%
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
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
fractl_lib
0.1.0
Draw
Required Methods
draw
Implementors
In crate fractl_lib
?
Trait
fractl_lib
::
Draw
source
·
[
−
]
pub trait Draw { // Required method fn
draw
(&self, pos:
Vector2
<
u32
>, buffer: &mut
FrameBuffer
); }
Required Methods
§
source
fn
draw
(&self, pos:
Vector2
<
u32
>, buffer: &mut
FrameBuffer
)
Implementors
§
source
§
impl
Draw
for
Label