#[repr(C)]pub struct ares_socket_functions {
pub asocket: Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int, arg3: c_int, arg4: *mut c_void) -> ares_socket_t>,
pub aclose: Option<unsafe extern "C" fn(arg1: ares_socket_t, arg2: *mut c_void) -> c_int>,
pub aconnect: Option<unsafe extern "C" fn(arg1: ares_socket_t, arg2: *const sockaddr, arg3: ares_socklen_t, arg4: *mut c_void) -> c_int>,
pub arecvfrom: Option<unsafe extern "C" fn(arg1: ares_socket_t, arg2: *mut c_void, arg3: usize, arg4: c_int, arg5: *mut sockaddr, arg6: *mut ares_socklen_t, arg7: *mut c_void) -> ares_ssize_t>,
pub asendv: Option<unsafe extern "C" fn(arg1: ares_socket_t, arg2: *const iovec, arg3: c_int, arg4: *mut c_void) -> ares_ssize_t>,
}Fields§
§asocket: Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int, arg3: c_int, arg4: *mut c_void) -> ares_socket_t>§aclose: Option<unsafe extern "C" fn(arg1: ares_socket_t, arg2: *mut c_void) -> c_int>§aconnect: Option<unsafe extern "C" fn(arg1: ares_socket_t, arg2: *const sockaddr, arg3: ares_socklen_t, arg4: *mut c_void) -> c_int>§arecvfrom: Option<unsafe extern "C" fn(arg1: ares_socket_t, arg2: *mut c_void, arg3: usize, arg4: c_int, arg5: *mut sockaddr, arg6: *mut ares_socklen_t, arg7: *mut c_void) -> ares_ssize_t>§asendv: Option<unsafe extern "C" fn(arg1: ares_socket_t, arg2: *const iovec, arg3: c_int, arg4: *mut c_void) -> ares_ssize_t>Trait Implementations§
Source§impl Clone for ares_socket_functions
impl Clone for ares_socket_functions
Source§fn clone(&self) -> ares_socket_functions
fn clone(&self) -> ares_socket_functions
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ares_socket_functions
impl Debug for ares_socket_functions
impl Copy for ares_socket_functions
Auto Trait Implementations§
impl Freeze for ares_socket_functions
impl RefUnwindSafe for ares_socket_functions
impl Send for ares_socket_functions
impl Sync for ares_socket_functions
impl Unpin for ares_socket_functions
impl UnwindSafe for ares_socket_functions
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)