int

Type Alias int 

Source
pub type int = c_int;
Expand description

Alias to C’s int type

With libc enabled, alias to libc::c_int