Type Definition core::ffi::c_ssize_t

source · []
pub type c_ssize_t = isize;
🔬 This is a nightly-only experimental API. (c_size_t #88345)
Expand description

Equivalent to C’s ssize_t (on POSIX) or SSIZE_T (on Windows) type.

This type is currently always isize, however in the future there may be platforms where this is not the case.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.