type c_schar = i8;
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
.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/os/raw/type.c_schar.html