Docs.rs
agg-0.1.0
agg 0.1.0
Docs.rs crate page
BSD-2-Clause
Links
Homepage
Repository
crates.io
Source
Owners
savage13
Dependencies
freetype-rs ^0.19.0
normal
Versions
36.44%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
AccurateJoins
agg
0.1.0
Accurate
Joins
Required Methods
accurate_join_only
Implementors
In crate agg
agg
Trait
Accurate
Joins
Copy item path
Source
pub trait AccurateJoins { // Required method fn
accurate_join_only
(&self) ->
bool
; }
Required Methods
§
Source
fn
accurate_join_only
(&self) ->
bool
Implementors
§
Source
§
impl<T>
AccurateJoins
for
RendererOutlineAA
<'_, T>
where T:
PixelDraw
,
Source
§
impl<T>
AccurateJoins
for
RendererOutlineImg
<'_, T>