Struct bgp_models::bgp::community::LargeCommunity
source · pub struct LargeCommunity {
pub global_administrator: u32,
pub local_data: [u32; 2],
}Fields§
§global_administrator: u32§local_data: [u32; 2]Implementations§
Trait Implementations§
source§impl Clone for LargeCommunity
impl Clone for LargeCommunity
source§fn clone(&self) -> LargeCommunity
fn clone(&self) -> LargeCommunity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LargeCommunity
impl Debug for LargeCommunity
source§impl Display for LargeCommunity
impl Display for LargeCommunity
source§impl PartialEq<LargeCommunity> for LargeCommunity
impl PartialEq<LargeCommunity> for LargeCommunity
source§fn eq(&self, other: &LargeCommunity) -> bool
fn eq(&self, other: &LargeCommunity) -> bool
This method tests for
self and other values to be equal, and is used
by ==.