Docs.rs
ux-animate-0.1.5
ux-animate 0.1.5
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dudochkin-victor
Dependencies
bytes ^1.0.1
normal
float-cmp ^0.5
normal
lazy_static ^1.4
normal
log ^0.4
normal
rand ^0.8
normal
ruex ^0.1.1
normal
serde ^1.0.123
normal
serde_json ^1.0.62
normal
tiny-skia ^0.5.1
normal
ux-primitives ^0.1.4
normal
bitflags ^1.0
normal
cairo-rs ^0.9
normal
cairo-sys-rs ^0.10
normal
clutter-sys-rs ^0.1
normal
gio ^0.9
normal
gio-sys ^0.10
normal
glib ^0.10
normal
glib-sys ^0.10
normal
gobject-sys ^0.10
normal
libc ^0.2
normal
pango ^0.9
normal
png ^0.16
normal
ux-dx ^0.1
normal
gloo ^0.2
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4
normal
wasm-bindgen-test ^0.3
normal
wasm-logger ^0.2
normal
web-sys ^0.3
normal
Versions
69.14%
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
Skip to main content
Point
animate
0.1.5
Point
Aliased Type
Fields
x
y
In crate animate
animate
Type Alias
Point
Copy item path
Source
pub type Point<T> =
Point2D
<T,
UnknownUnit
>;
Aliased Type
§
pub struct Point<T> { pub x: T, pub y: T, }
Fields
§
§
x: T
§
y: T