Docs.rs
drone-ctypes-0.14.3
drone-ctypes 0.14.3
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
valff
Dependencies
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
drone_
ctypes
0.14.3
drone_ctypes
Type Alias
c_ulonglong
Copy item path
Source
pub type c_ulonglong =
u64
;
Expand description
Equivalent to C’s
unsigned long long
type.