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

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

Fields

Trait Implementations

impl Copy for in_addr

impl Clone for in_addr

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more