Struct libc::in_addr [−][src]
#[repr(C)]pub struct in_addr { pub s_addr: in_addr_t, }
Fields
s_addr: in_addr_t
Trait Implementations
impl Clone for in_addr
[src]
impl Clone for in_addr
[src]#[repr(C)]pub struct in_addr { pub s_addr: in_addr_t, }
s_addr: in_addr_t
impl Clone for in_addr
[src]fn clone(&self) -> in_addr
[src]pub fn clone_from(&mut self, source: &Self)
1.0.0[src]impl Copy for in_addr
[src]