devela::all

Type Alias c_uchar

1.64.0 · Source
pub type c_uchar = u8;
Expand description

⚙️ core Equivalent to the corresponding C type.

Re-exported from core::ffi:: .


Equivalent to C’s unsigned char type.

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