Docs.rs
ndless-freetype-0.1.3
ndless-freetype 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
lights0123
Dependencies
bitflags ^1.0.4
normal
cstr_core ^0.1.2
normal
cty ^0.2.0
normal
embedded-freetype-sys ^0.2.0
normal
failure ^0.1.5
normal
ndless-sys ^0.2.0
normal
Versions
20.89%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Vector
ndless_
freetype
0.1.3
Vector
Aliased Type
Fields
x
y
In crate ndless_
freetype
ndless_freetype
Type Alias
Vector
Copy item path
Source
pub type Vector =
FT_Vector
;
Aliased Type
§
#[repr(C)]
pub struct Vector { pub x:
i64
, pub y:
i64
, }
Fields
§
§
x:
i64
§
y:
i64