pub struct DataPathStats {
pub msec_since_activation: u32,
pub aw_seq_counter: u32,
pub pay_update_coutner: u32,
}Fields§
§msec_since_activation: u32§aw_seq_counter: u32§pay_update_coutner: u32Trait Implementations§
Source§impl Clone for DataPathStats
impl Clone for DataPathStats
Source§fn clone(&self) -> DataPathStats
fn clone(&self) -> DataPathStats
Returns a duplicate 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 moreSource§impl Debug for DataPathStats
impl Debug for DataPathStats
Source§impl Default for DataPathStats
impl Default for DataPathStats
Source§fn default() -> DataPathStats
fn default() -> DataPathStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for DataPathStats
impl PartialEq for DataPathStats
Source§impl TryFromCtx<'_> for DataPathStats
impl TryFromCtx<'_> for DataPathStats
Source§impl TryIntoCtx for DataPathStats
impl TryIntoCtx for DataPathStats
impl Copy for DataPathStats
impl Eq for DataPathStats
impl StructuralPartialEq for DataPathStats
Auto Trait Implementations§
impl Freeze for DataPathStats
impl RefUnwindSafe for DataPathStats
impl Send for DataPathStats
impl Sync for DataPathStats
impl Unpin for DataPathStats
impl UnwindSafe for DataPathStats
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