pub struct ExtendedMplsFec {
pub fec_addr_prefix: Address,
pub fec_prefix_len: u32,
}Expand description
Extended MPLS FEC - Format (0,1010)
MPLS Forwarding Equivalence Class information
§XDR Definition (sFlow v5)
/* Extended MPLS FEC */
/* opaque = flow_data; enterprise = 0; format = 1010 */
struct extended_mpls_FTN {
string mplsFTNDescr<>; /* FEC description */
unsigned int mplsFTNMask; /* FEC mask */
}Fields§
§fec_addr_prefix: AddressFEC address prefix
fec_prefix_len: u32FEC prefix length
Trait Implementations§
Source§impl Clone for ExtendedMplsFec
impl Clone for ExtendedMplsFec
Source§fn clone(&self) -> ExtendedMplsFec
fn clone(&self) -> ExtendedMplsFec
Returns a duplicate 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 ExtendedMplsFec
impl Debug for ExtendedMplsFec
Source§impl PartialEq for ExtendedMplsFec
impl PartialEq for ExtendedMplsFec
impl Eq for ExtendedMplsFec
impl StructuralPartialEq for ExtendedMplsFec
Auto Trait Implementations§
impl Freeze for ExtendedMplsFec
impl RefUnwindSafe for ExtendedMplsFec
impl Send for ExtendedMplsFec
impl Sync for ExtendedMplsFec
impl Unpin for ExtendedMplsFec
impl UnwindSafe for ExtendedMplsFec
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