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

pub struct in_addr {
    pub s_addr: in_addr_t,
}

Fields

Trait Implementations

impl Clone for in_addr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for in_addr
[src]