Docs.rs
freya-engine-0.4.0-rc.23
freya-engine 0.4.0-rc.23
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
marc2332
Dependencies
freya-skia-safe ^0.98.0
normal
freya-skia-safe ^0.98.0
normal
freya-skia-safe ^0.98.0
normal
freya-skia-safe ^0.98.0
normal
freya-skia-safe ^0.98.0
normal
Versions
0%
of the crate is documented
Go to latest stable release
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
Skip to main content
PathDirection
freya_
engine
0.4.0-rc.23
Path
Direction
Aliased Type
Variants
CCW
CW
In freya_
engine::
prelude
freya_engine
::
prelude
Type Alias
Path
Direction
Copy item path
Source
pub type PathDirection =
SkPathDirection
;
Aliased Type
§
#[repr(u8)]
pub enum PathDirection { CW = 0, CCW = 1, }
Variants
§
§
CW = 0
§
CCW = 1