Type Definition core::ffi::c_schar

source · []
pub type c_schar = i8;
🔬 This is a nightly-only experimental API. (core_ffi_c #94501)
Expand description

Equivalent to C’s signed char type.

This type will always be i8, but is included for completeness. It is defined as being a signed integer the same size as a C char.