Struct libresolv_sys::in_addr [] [src]

pub struct in_addr {
    pub s_addr: in_addr_t,
}

Fields

s_addr: in_addr_t

Trait Implementations

impl Clone for in_addr
[src]

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
[src]

impl Debug for in_addr
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result[]

Formats the value using the given formatter.

impl Default for in_addr
[src]

fn default() -> Self[]

Returns the "default value" for a type. Read more