Enum snmp_parser::snmp::NetworkAddress
[−]
[src]
pub enum NetworkAddress { IPv4(Ipv4Addr), }
This CHOICE represents an address from one of possibly several protocol families. Currently, only one protocol family, the Internet family, is present in this CHOICE.
Variants
IPv4(Ipv4Addr)
Trait Implementations
impl Copy for NetworkAddress
[src]
impl Clone for NetworkAddress
[src]
fn clone(&self) -> NetworkAddress
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for NetworkAddress
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for NetworkAddress
[src]
fn eq(&self, __arg_0: &NetworkAddress) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &NetworkAddress) -> bool
[src]
This method tests for !=
.