pub struct Info {
pub id: Id,
pub dst_port: u16,
pub src_port: u16,
}
Expand description
Information from Layer 3 protocols used in flow determination
Fields§
§id: Id
§dst_port: u16
§src_port: u16
Trait Implementations§
impl Copy for Info
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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