pub struct FlowFlags {
pub send_flow_rem: bool,
pub check_overlap: bool,
pub reset_counts: bool,
pub no_pkt_counts: bool,
pub no_byte_counts: bool,
}Expand description
Flow flags.
Fields§
§send_flow_rem: boolSend flow removed message
check_overlap: boolCheck for overlapping entries
reset_counts: boolReset flow counters
no_pkt_counts: boolDon’t keep track of packet count
no_byte_counts: boolDon’t keep track of byte count
Implementations§
Trait Implementations§
impl Copy for FlowFlags
Auto Trait Implementations§
impl Freeze for FlowFlags
impl RefUnwindSafe for FlowFlags
impl Send for FlowFlags
impl Sync for FlowFlags
impl Unpin for FlowFlags
impl UnsafeUnpin for FlowFlags
impl UnwindSafe for FlowFlags
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