Struct bgpkit_parser::Ipv4AddressSpecific
source · [−]pub struct Ipv4AddressSpecific {
pub ec_type: u8,
pub ec_subtype: u8,
pub global_administrator: Ipv4Addr,
pub local_administrator: [u8; 2],
}Expand description
IPv4 Address Specific Extended Community
Fields
ec_type: u8ec_subtype: u8global_administrator: Ipv4Addrlocal_administrator: [u8; 2]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Ipv4AddressSpecific
impl Send for Ipv4AddressSpecific
impl Sync for Ipv4AddressSpecific
impl Unpin for Ipv4AddressSpecific
impl UnwindSafe for Ipv4AddressSpecific
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more