#[repr(C)]pub struct gaicb {
pub ar_name: *const i8,
pub ar_service: *const i8,
pub ar_request: *const addrinfo,
pub ar_result: *mut addrinfo,
pub __return: i32,
pub __glibc_reserved: [i32; 5],
}
Fields§
§ar_name: *const i8
§ar_service: *const i8
§ar_request: *const addrinfo
§ar_result: *mut addrinfo
§__return: i32
§__glibc_reserved: [i32; 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