Docs.rs
scribl_curves-0.3.1
scribl_curves 0.3.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jneem
Dependencies
druid ^0.7
normal
gstreamer ^0.16
normal
im ^15.0
normal
log ^0.4.8
normal
serde ^1.0
normal
proptest ^0.10.0
dev
serde_cbor ^0.11.1
dev
serde_json ^1.0.53
dev
Versions
52.78%
of the crate is documented
Platform
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
DrawCursor
scribl_
curves
0.3.1
Draw
Cursor
Aliased Type
Methods
bboxes
In crate scribl_
curves
scribl_curves
Type Alias
Draw
Cursor
Copy item path
Source
pub type DrawCursor =
Cursor
<
Time
,
DrawSnippetId
>;
Aliased Type
§
pub struct DrawCursor {
/* private fields */
}
Implementations
§
Source
§
impl
DrawCursor
Source
pub fn
bboxes
<'a, 'b: 'a, 'c: 'a>( &'b self, snippets: &'c
DrawSnippets
, ) -> impl
Iterator
<Item =
Rect
> + 'a