Struct std::net::IPv4Addr
[−]
[src]
pub struct IPv4Addr { pub bytes: [u8; 4], }
Fields
bytes |
pub struct IPv4Addr { pub bytes: [u8; 4], }
bytes |
impl IPv4Addr
fn equals(&self, other: Self) -> bool
fn from_string(string: &String) -> Self
fn to_string(&self) -> String
impl Clone for IPv4Addr
fn clone(&self) -> IPv4Addr
fn clone_from(&mut self, source: &Self)
impl Copy for IPv4Addr