pub struct RibEntry {
pub sequence_number: u32,
pub prefix: IpNetwork,
pub sub_entries: Vec<RibSubEntry>,
}Fields§
§sequence_number: u32§prefix: IpNetwork§sub_entries: Vec<RibSubEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RibEntry
impl RefUnwindSafe for RibEntry
impl Send for RibEntry
impl Sync for RibEntry
impl Unpin for RibEntry
impl UnwindSafe for RibEntry
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