pub struct ExtendedMplsLvpFec {
pub mpls_fec_addr_prefix_length: u32,
}Expand description
Fields§
§mpls_fec_addr_prefix_length: u32FEC address prefix length
Trait Implementations§
Source§impl Clone for ExtendedMplsLvpFec
impl Clone for ExtendedMplsLvpFec
Source§fn clone(&self) -> ExtendedMplsLvpFec
fn clone(&self) -> ExtendedMplsLvpFec
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 ExtendedMplsLvpFec
impl Debug for ExtendedMplsLvpFec
Source§impl PartialEq for ExtendedMplsLvpFec
impl PartialEq for ExtendedMplsLvpFec
impl Eq for ExtendedMplsLvpFec
impl StructuralPartialEq for ExtendedMplsLvpFec
Auto Trait Implementations§
impl Freeze for ExtendedMplsLvpFec
impl RefUnwindSafe for ExtendedMplsLvpFec
impl Send for ExtendedMplsLvpFec
impl Sync for ExtendedMplsLvpFec
impl Unpin for ExtendedMplsLvpFec
impl UnwindSafe for ExtendedMplsLvpFec
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