pub struct Pdu {
pub flow_records: Vec<FlowRecord>,
}Expand description
PDU (Protocol Data Unit) in 802.11 aggregation
§XDR Definition (sFlow 802.11)
struct pdu {
flow_record flow_records<>;
}Fields§
§flow_records: Vec<FlowRecord>Flow records for this PDU
Trait Implementations§
impl Eq for Pdu
impl StructuralPartialEq for Pdu
Auto Trait Implementations§
impl Freeze for Pdu
impl RefUnwindSafe for Pdu
impl Send for Pdu
impl Sync for Pdu
impl Unpin for Pdu
impl UnwindSafe for Pdu
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