[−][src]Crate drone_ctypes
Platform-specific types, as defined by C, for Drone applications.
This crate is an analogue of std::os::raw module. See its documentation
for more details.
Re-exports
pub use core::ffi::c_void; |
Type Definitions
| c_char | Equivalent to C's |
| c_double | Equivalent to C's |
| c_float | Equivalent to C's |
| c_int | Equivalent to C's |
| c_long | Equivalent to C's |
| c_longlong | Equivalent to C's |
| c_schar | Equivalent to C's |
| c_short | Equivalent to C's |
| c_uchar | Equivalent to C's |
| c_uint | Equivalent to C's |
| c_ulong | Equivalent to C's |
| c_ulonglong | Equivalent to C's |
| c_ushort | Equivalent to C's |