Struct std::io::net::ip::SocketAddrExperimental
[-]
[+]
[src]
pub struct SocketAddr { pub ip: IpAddr, pub port: Port, }
Fields
ip | |
port |
pub struct SocketAddr { pub ip: IpAddr, pub port: Port, }
ip | |
port |
impl Show for SocketAddr
impl FromStr for SocketAddr
fn from_str(s: &str) -> Option<SocketAddr>
impl ToSocketAddr for SocketAddr
fn to_socket_addr(&self) -> IoResult<SocketAddr>
fn to_socket_addr_all(&self) -> IoResult<Vec<SocketAddr>>
impl<__S: Writer> Hash<__S> for SocketAddr
fn hash(&self, __arg_0: &mut __S)
impl Clone for SocketAddr
fn clone(&self) -> SocketAddr
fn clone_from(&mut self, source: &Self)
impl Eq for SocketAddr
impl PartialEq for SocketAddr
fn eq(&self, __arg_0: &SocketAddr) -> bool
fn ne(&self, __arg_0: &SocketAddr) -> bool
impl Copy for SocketAddr
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
).