Enum nix::sys::socket::AddressFamily [−][src]
#[repr(i32)]pub enum AddressFamily { Unix, Inet, Inet6, Netlink, Packet, }
Variants
UnixInetInet6NetlinkPacket
Trait Implementations
impl Copy for AddressFamily[src]
impl Copy for AddressFamilyimpl Clone for AddressFamily[src]
impl Clone for AddressFamilyfn clone(&self) -> AddressFamily[src]
fn clone(&self) -> AddressFamilyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for AddressFamily[src]
impl PartialEq for AddressFamilyfn eq(&self, other: &AddressFamily) -> bool[src]
fn eq(&self, other: &AddressFamily) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for AddressFamily[src]
impl Eq for AddressFamilyimpl Debug for AddressFamily[src]
impl Debug for AddressFamilyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for AddressFamily[src]
impl Hash for AddressFamilyAuto Trait Implementations
impl Send for AddressFamily
impl Send for AddressFamilyimpl Sync for AddressFamily
impl Sync for AddressFamily