Type Definition drone_ctypes::c_int
[−]
[src]
type c_int = i32;
Equivalent to C's signed int
(int
) type.
type c_int = i32;
Equivalent to C's signed int
(int
) type.