Type Alias linux_api::socket::sa_family_t
source · pub type sa_family_t = c_ushort;
Trait Implementations§
source§impl From<AddressFamily> for sa_family_t
impl From<AddressFamily> for sa_family_t
source§fn from(val: AddressFamily) -> Self
fn from(val: AddressFamily) -> Self
Converts to this type from the input type.