Struct bgpkit_parser::community::FourOctetAsSpecific
source · [−]pub struct FourOctetAsSpecific {
pub ec_type: u8,
pub ec_subtype: u8,
pub global_administrator: Asn,
pub local_administrator: [u8; 2],
}Expand description
Four-Octet AS Specific Extended Community
Fields
ec_type: u8ec_subtype: u8global_administrator: Asnlocal_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 FourOctetAsSpecific
impl Send for FourOctetAsSpecific
impl Sync for FourOctetAsSpecific
impl Unpin for FourOctetAsSpecific
impl UnwindSafe for FourOctetAsSpecific
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