Type Definition linux_unsafe::ssize_t
source · pub type ssize_t = isize;Expand description
The signed size type (or “pointer difference” type) for the current platform.
Trait Implementations§
source§impl AsRawV for ssize_t
impl AsRawV for ssize_t
fn from_raw_result(raw: V) -> Self
fn to_raw_arg(self) -> V
source§fn raw_is_void(self) -> bool
fn raw_is_void(self) -> bool
Determines whether this value should represent the absense of a
value when used in a context where that makes sense, such as
in the final argument of either
crate::ioctl or crate::fcntl
when the operation does not use the final argument.