pub struct ParsedNetflow {
pub remaining: Vec<u8>,
pub result: NetflowPacket,
}
Fields§
§remaining: Vec<u8>
§result: NetflowPacket
Parsed Netflow Packet
Trait Implementations§
Source§impl Clone for ParsedNetflow
impl Clone for ParsedNetflow
Source§fn clone(&self) -> ParsedNetflow
fn clone(&self) -> ParsedNetflow
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ParsedNetflow
impl RefUnwindSafe for ParsedNetflow
impl Send for ParsedNetflow
impl Sync for ParsedNetflow
impl Unpin for ParsedNetflow
impl UnwindSafe for ParsedNetflow
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