#[repr(C)]pub struct gaicb {
pub ar_name: *const c_char,
pub ar_service: *const c_char,
pub ar_request: *const addrinfo,
pub ar_result: *mut addrinfo,
pub __return: c_int,
pub __glibc_reserved: [c_int; 5],
}
Fields§
§ar_name: *const c_char
§ar_service: *const c_char
§ar_request: *const addrinfo
§ar_result: *mut addrinfo
§__return: c_int
§__glibc_reserved: [c_int; 5]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for gaicb
impl RefUnwindSafe for gaicb
impl !Send for gaicb
impl !Sync for gaicb
impl Unpin for gaicb
impl UnwindSafe for gaicb
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more