Skip to main content

c_int

Type Alias c_int 

Source
pub type c_int = i32;

Trait Implementations§

Source§

impl From<FcntlCmd> for c_int

Source§

fn from(cmd: FcntlCmd) -> c_int

Converts to this type from the input type.