[−][src]Struct c_ares_sys::ares_options
Fields
flags: c_inttimeout: c_inttries: c_intndots: c_intudp_port: c_ushorttcp_port: c_ushortsocket_send_buffer_size: c_intsocket_receive_buffer_size: c_intservers: *mut in_addrnservers: c_intdomains: *mut *mut c_charndomains: c_intlookups: *mut c_charsock_state_cb: ares_sock_state_cbsock_state_cb_data: *mut c_voidsortlist: *mut apatternnsort: c_intednspsz: c_intresolvconf_path: *mut c_charTrait Implementations
impl Clone for ares_options[src]
fn clone(&self) -> ares_options[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ares_options[src]
impl Debug for ares_options[src]
Auto Trait Implementations
impl RefUnwindSafe for ares_options
impl !Send for ares_options
impl !Sync for ares_options
impl Unpin for ares_options
impl UnwindSafe for ares_options
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,