SocketAddr
IPv4 socket address. The ip holds octets in host order
Fields:
_ip: u32,_port: u16,Constructors:
pub fn new(ip: u32, port: u16) Self;pub fn loopback(port: u16) Self;pub fn any(port: u16) Self;pub fn from_str(s: []const char) Result[Self, IoError];Getters:
pub fn ip(*const self) u32;pub fn port(*const self) u16;Interfaces:
core.ops:Copycore.io:Display
