Struct bgpkit_parser::community::Ipv6AddressSpecific
source · [−]pub struct Ipv6AddressSpecific {
pub ec_type: u8,
pub ec_subtype: u8,
pub global_administrator: Ipv6Addr,
pub local_administrator: [u8; 2],
}Fields
ec_type: u8ec_subtype: u8global_administrator: Ipv6Addrlocal_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 Ipv6AddressSpecific
impl Send for Ipv6AddressSpecific
impl Sync for Ipv6AddressSpecific
impl Unpin for Ipv6AddressSpecific
impl UnwindSafe for Ipv6AddressSpecific
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