Struct c_ares_sys::ares_channeldata[][src]

#[repr(C)]
pub struct ares_channeldata { /* fields omitted */ }

Trait Implementations

impl Debug for ares_channeldata
[src]

Formats the value using the given formatter. Read more

impl Copy for ares_channeldata
[src]

impl Clone for ares_channeldata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations