pub struct ExGenericFlow {
pub msec_first: u64,
pub msec_last: u64,
pub msec_received: u64,
pub in_packets: u64,
pub in_bytes: u64,
pub src_port: u16,
pub dst_port: u16,
pub proto: u8,
pub tcp_flags: u8,
pub fwd_status: u8,
pub src_tos: u8,
}Fields§
§msec_first: u64§msec_last: u64§msec_received: u64§in_packets: u64§in_bytes: u64§src_port: u16§dst_port: u16§proto: u8§tcp_flags: u8§fwd_status: u8§src_tos: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExGenericFlow
impl RefUnwindSafe for ExGenericFlow
impl Send for ExGenericFlow
impl Sync for ExGenericFlow
impl Unpin for ExGenericFlow
impl UnwindSafe for ExGenericFlow
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