Struct libresolv_sys::ip_opts
[−]
[src]
pub struct ip_opts {
pub ip_dst: in_addr,
pub ip_opts: [c_char; 40],
}Fields
ip_dst: in_addr
ip_opts: [c_char; 40]
Trait Implementations
impl Copy for ip_opts[src]
impl Clone for ip_opts[src]
fn clone(&self) -> Self
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