pub enum FlowField {
Show 40 variants
None,
TemplateID(Option<u16>),
FieldCount(Option<u16>),
InOctets,
InPkts,
Flows,
Protocol,
SrcTOS,
TCPFlags,
SrcPort,
SrcAddr,
SrcMask,
InputSNMP,
DstPort,
DstAddr,
DstMask,
OutputSNMP,
NextHop,
MulDstPkts,
MulDstBytes,
LastSwitched,
FirstSwitched,
OutBytes,
OutPkts,
MinPktLength,
MaxPktLength,
IcmpType,
MulIgmpType,
MinTTL,
MaxTTL,
Ident,
DstTOS,
InSrcMac,
OutDstMac,
SrcVLAN,
DstVLAN,
IpVersion,
Direction,
InDstMac,
OutSrcMac,
}Variants§
None
TemplateID(Option<u16>)
FieldCount(Option<u16>)
InOctets
InPkts
Flows
Protocol
SrcTOS
TCPFlags
SrcPort
SrcAddr
SrcMask
InputSNMP
DstPort
DstAddr
DstMask
OutputSNMP
NextHop
MulDstPkts
MulDstBytes
LastSwitched
FirstSwitched
OutBytes
OutPkts
MinPktLength
MaxPktLength
IcmpType
MulIgmpType
MinTTL
MaxTTL
Ident
DstTOS
InSrcMac
OutDstMac
SrcVLAN
DstVLAN
IpVersion
Direction
InDstMac
OutSrcMac
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlowField
impl RefUnwindSafe for FlowField
impl Send for FlowField
impl Sync for FlowField
impl Unpin for FlowField
impl UnsafeUnpin for FlowField
impl UnwindSafe for FlowField
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