#[repr(C)]pub struct QmiMessageQosSwiReadDataStatsOutputFlowElement {
pub bearer_id: u32,
pub tx_packets: u32,
pub tx_packets_dropped: u32,
pub tx_bytes: u64,
pub tx_bytes_dropped: u64,
}Fields§
§bearer_id: u32§tx_packets: u32§tx_packets_dropped: u32§tx_bytes: u64§tx_bytes_dropped: u64Trait Implementations§
Source§impl Clone for QmiMessageQosSwiReadDataStatsOutputFlowElement
impl Clone for QmiMessageQosSwiReadDataStatsOutputFlowElement
Source§fn clone(&self) -> QmiMessageQosSwiReadDataStatsOutputFlowElement
fn clone(&self) -> QmiMessageQosSwiReadDataStatsOutputFlowElement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiMessageQosSwiReadDataStatsOutputFlowElement
Auto 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