Struct in_addr
nix::libc
#[repr(C)] pub struct in_addr { pub s_addr: u32, }
s_addr: u32
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