Struct libc::types::os::common::bsd44::in_addr [] [src]

pub struct in_addr {
    pub s_addr: in_addr_t,
}
Unstable (libc #27783)

: use libc from crates.io

Fields

s_addr
Unstable (libc #27783)

: use libc from crates.io

Trait Implementations

Derived Implementations

impl Clone for in_addr

fn clone(&self) -> in_addr

fn clone_from(&mut self, source: &Self)

impl Copy for in_addr