pub struct FlowSampleExpanded {
pub sequence_number: u32,
pub source_id: DataSourceExpanded,
pub sampling_rate: u32,
pub sample_pool: u32,
pub drops: u32,
pub input: InterfaceExpanded,
pub output: InterfaceExpanded,
pub flow_records: Vec<FlowRecord>,
}Expand description
Expanded flow sample (enterprise=0, format=3)
Fields§
§sequence_number: u32§source_id: DataSourceExpanded§sampling_rate: u32§sample_pool: u32§drops: u32§input: InterfaceExpanded§output: InterfaceExpanded§flow_records: Vec<FlowRecord>Trait Implementations§
Source§impl Clone for FlowSampleExpanded
impl Clone for FlowSampleExpanded
Source§fn clone(&self) -> FlowSampleExpanded
fn clone(&self) -> FlowSampleExpanded
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlowSampleExpanded
impl Debug for FlowSampleExpanded
Source§impl PartialEq for FlowSampleExpanded
impl PartialEq for FlowSampleExpanded
impl Eq for FlowSampleExpanded
impl StructuralPartialEq for FlowSampleExpanded
Auto Trait Implementations§
impl Freeze for FlowSampleExpanded
impl RefUnwindSafe for FlowSampleExpanded
impl Send for FlowSampleExpanded
impl Sync for FlowSampleExpanded
impl Unpin for FlowSampleExpanded
impl UnwindSafe for FlowSampleExpanded
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