Type Definition drone_ctypes::c_short
[−]
[src]
type c_short = i16;
Equivalent to C's signed short (short) type.
type c_short = i16;
Equivalent to C's signed short (short) type.