socket2::sys

Type Alias 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.