pub struct PeerFlags {
pub V: bool,
pub L: bool,
pub A: bool,
pub O: bool,
}Expand description
BMP Peer Flags (RFC7854 Section 10.3)
Fields§
§V: boolIndicates whether the Peer address is an IPv6 addr
L: boolIndicates whether the message reflects post-policy
A: boolIndicates whether the message is using 2-byte AS_PATH format
O: boolIndicated whether the message is Adj-RIB-In or Adj-RIB-Out
Trait Implementations§
impl Copy for PeerFlags
impl Eq for PeerFlags
impl StructuralPartialEq for PeerFlags
Auto Trait Implementations§
impl Freeze for PeerFlags
impl RefUnwindSafe for PeerFlags
impl Send for PeerFlags
impl Sync for PeerFlags
impl Unpin for PeerFlags
impl UnwindSafe for PeerFlags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more