Struct in_addr
libc
#[repr(C)] pub struct in_addr { pub s_addr: in_addr_t, }
s_addr: in_addr_t
impl Copy for in_addr
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)
Performs copy-assignment from source. Read more
source
impl Send for in_addr
impl Sync for in_addr