Struct libresolv_sys::Struct_Unnamed32
[−]
[src]
pub struct Struct_Unnamed32 { pub addr: in_addr, pub mask: u_int32_t, }
Fields
addr: in_addr
mask: u_int32_t
Trait Implementations
impl Clone for Struct_Unnamed32
[src]
fn clone(&self) -> Struct_Unnamed32
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more