pub struct addrinfo {
    pub ai_flags: c_int,
    pub ai_family: c_int,
    pub ai_socktype: c_int,
    pub ai_protocol: c_int,
    pub ai_addrlen: socklen_t,
    pub ai_addr: *mut sockaddr,
    pub ai_canonname: *mut c_char,
    pub ai_next: *mut addrinfo,
}Fields
| ai_flags |  | 
| ai_family |  | 
| ai_socktype |  | 
| ai_protocol |  | 
| ai_addrlen |  | 
| ai_addr |  | 
| ai_canonname |  | 
| ai_next |  | 
Trait Implementations
Derived Implementations 
    
        
            Keyboard shortcuts
            
                - ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
 
        
            Search tricks
            
                Prefix searches with a type followed by a colon (e.g.
                fn:) to restrict the search to a given type.
            
            
                Accepted types are: fn, mod,
                struct, enum,
                trait, typedef (or
                tdef).