pub struct L3Info {
pub l4_proto: u8,
pub three_tuple: ThreeTuple,
}
Fields§
§l4_proto: u8
Layer 4 protocol (e.g TCP, UDP, ICMP)
three_tuple: ThreeTuple
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L3Info
impl RefUnwindSafe for L3Info
impl Send for L3Info
impl Sync for L3Info
impl Unpin for L3Info
impl UnwindSafe for L3Info
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