Struct nix::sys::socket::in_addr [] [src]

pub struct in_addr {
    pub s_addr: u32,
}

Fields

s_addr: u32

Trait Implementations

impl Clone for in_addr

fn clone(&self) -> in_addr

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for in_addr