pub struct V9 {
pub header: Header,
pub flowsets: Vec<FlowSet>,
}Fields§
§header: HeaderV9 Header
flowsets: Vec<FlowSet>Flowsets
Implementations§
Trait Implementations§
source§impl From<&V9> for NetflowCommon
impl From<&V9> for NetflowCommon
impl StructuralPartialEq for V9
Auto Trait Implementations§
impl Freeze for V9
impl RefUnwindSafe for V9
impl Send for V9
impl Sync for V9
impl Unpin for V9
impl UnwindSafe for V9
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)