Struct std::rt::rtio::SocketAddr[src]
pub struct SocketAddr {
pub ip: IpAddr,
pub port: u16,
}Fields
ip | |
port |
pub struct SocketAddr {
pub ip: IpAddr,
pub port: u16,
}ip | |
port |
impl Eq for SocketAddrfn assert_receiver_is_total_eq(&self)impl PartialEq for SocketAddrfn eq(&self, __arg_0: &SocketAddr) -> boolfn ne(&self, __arg_0: &SocketAddr) -> boolfn ne(&self, &SocketAddr) -> bool
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 (or str), enum,
trait, typedef (or
tdef).