Skip to main content

c_schar

Type Alias c_schar 

1.64.0 ยท Source
pub type c_schar = i8;
Expand description

โš™๏ธ ๐“ core Equivalent to the corresponding C type.


๐Ÿ“lang::prog::ffi::c re-exported from core::ffi



๐Ÿ“œ
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.