pub trait TDNetworkStatisticsEntry: Debug + RObject { }
Expand description

Contains statistics about network usage

Implementations on Foreign Types§

source§

impl<'a, NETWORKSTATISTICSENTRY: TDNetworkStatisticsEntry> TDNetworkStatisticsEntry for &'a NETWORKSTATISTICSENTRY

source§

impl<'a, NETWORKSTATISTICSENTRY: TDNetworkStatisticsEntry> TDNetworkStatisticsEntry for &'a mut NETWORKSTATISTICSENTRY

Implementors§