#[repr(C)]pub struct QmiMessageQosSwiReadDataStatsOutputFlowElement {
pub bearer_id: guint32,
pub tx_packets: guint32,
pub tx_packets_dropped: guint32,
pub tx_bytes: guint64,
pub tx_bytes_dropped: guint64,
}Expand description
A QmiMessageQosSwiReadDataStatsOutputFlowElement struct.
bearer_id: a guint32.
tx_packets: a guint32.
tx_packets_dropped: a guint32.
tx_bytes: a guint64.
tx_bytes_dropped: a guint64.
Since: 1.22
A QmiMessageQosSwiReadDataStatsOutputFlowElement struct.
bearer_id: a guint32.
tx_packets: a guint32.
tx_packets_dropped: a guint32.
tx_bytes: a guint64.
tx_bytes_dropped: a guint64.
Since: 1.22
Fields§
§bearer_id: guint32§tx_packets: guint32§tx_packets_dropped: guint32§tx_bytes: guint64§tx_bytes_dropped: guint64Auto Trait Implementations§
impl Freeze for QmiMessageQosSwiReadDataStatsOutputFlowElement
impl RefUnwindSafe for QmiMessageQosSwiReadDataStatsOutputFlowElement
impl Send for QmiMessageQosSwiReadDataStatsOutputFlowElement
impl Sync for QmiMessageQosSwiReadDataStatsOutputFlowElement
impl Unpin for QmiMessageQosSwiReadDataStatsOutputFlowElement
impl UnsafeUnpin for QmiMessageQosSwiReadDataStatsOutputFlowElement
impl UnwindSafe for QmiMessageQosSwiReadDataStatsOutputFlowElement
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