Struct nix::sys::socket::Ipv4Addr
[−]
[src]
pub struct Ipv4Addr(pub in_addr);
pub struct Ipv4Addr(pub in_addr);
impl Ipv4Addrfn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addrfn from_std(std: &Ipv4Addr) -> Ipv4Addrfn any() -> Ipv4Addrfn octets(&self) -> [u8; 4]fn to_std(&self) -> Ipv4Addrimpl PartialEq for Ipv4Addrimpl Eq for Ipv4Addrimpl Hash for Ipv4Addrfn hash<H: Hasher>(&self, s: &mut H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Clone for Ipv4Addrfn clone(&self) -> Ipv4Addrfn clone_from(&mut self, source: &Self)impl Display for Ipv4Addrimpl Copy for Ipv4Addr
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)