pub struct ReverseEntry {
pub receiving_interface: InterfaceId,
pub outbound_interface: InterfaceId,
pub timestamp: f64,
}Expand description
Entry in the reverse table, keyed by truncated packet hash.
Fields§
§receiving_interface: InterfaceId§outbound_interface: InterfaceId§timestamp: f64Trait Implementations§
Source§impl Clone for ReverseEntry
impl Clone for ReverseEntry
Source§fn clone(&self) -> ReverseEntry
fn clone(&self) -> ReverseEntry
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 moreAuto Trait Implementations§
impl Freeze for ReverseEntry
impl RefUnwindSafe for ReverseEntry
impl Send for ReverseEntry
impl Sync for ReverseEntry
impl Unpin for ReverseEntry
impl UnwindSafe for ReverseEntry
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