Type Alias socket2::sys::c_int

source ·
pub(crate) type c_int = i32;

Trait Implementations§

source§

impl From<Domain> for c_int

source§

fn from(d: Domain) -> c_int

Converts to this type from the input type.
source§

impl From<Protocol> for c_int

source§

fn from(p: Protocol) -> c_int

Converts to this type from the input type.
source§

impl From<Type> for c_int

source§

fn from(t: Type) -> c_int

Converts to this type from the input type.