Struct ipfix::DataRecord[][src]

pub struct DataRecord<'a> { /* fields omitted */ }

Methods

impl<'a> DataRecord<'a>
[src]

Trait Implementations

impl<'a> PartialEq for DataRecord<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for DataRecord<'a>

impl<'a> Sync for DataRecord<'a>