Struct libc_interface::in_addr[][src]

#[repr(C)]
pub struct in_addr { pub s_addr: in_addr_t, }

Fields

Trait Implementations

impl Copy for in_addr
[src]

impl Clone for in_addr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for in_addr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for in_addr
[src]

Auto Trait Implementations

impl Send for in_addr

impl Sync for in_addr