pub struct ForwardingRoute {
pub hops: HopCount,
pub receiving_interface: InterfaceId,
pub next_hop: NextHop,
}Fields§
§hops: HopCount§receiving_interface: InterfaceId§next_hop: NextHopTrait Implementations§
Source§impl Clone for ForwardingRoute
impl Clone for ForwardingRoute
Source§fn clone(&self) -> ForwardingRoute
fn clone(&self) -> ForwardingRoute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ForwardingRoute
Source§impl Debug for ForwardingRoute
impl Debug for ForwardingRoute
impl Eq for ForwardingRoute
Source§impl PartialEq for ForwardingRoute
impl PartialEq for ForwardingRoute
impl StructuralPartialEq for ForwardingRoute
Auto Trait Implementations§
impl Freeze for ForwardingRoute
impl RefUnwindSafe for ForwardingRoute
impl Send for ForwardingRoute
impl Sync for ForwardingRoute
impl Unpin for ForwardingRoute
impl UnsafeUnpin for ForwardingRoute
impl UnwindSafe for ForwardingRoute
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