Type Definition base::sys::unix::file_traits::lib::c_int

pub type c_int = i32;

Trait Implementations§

source§

impl From<Protection> for c_int

source§

fn from(p: Protection) -> Self

Converts to this type from the input type.
source§

impl From<Signal> for c_int

source§

fn from(signal: Signal) -> c_int

Converts to this type from the input type.