Struct libc::in_addr [] [src]

pub struct in_addr {
    pub s_addr: in_addr_t,
}

Fields

s_addr

Trait Implementations

impl Copy for in_addr

impl Clone for in_addr

fn clone(&self) -> in_addr

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