Trait TDNetworkStatisticsEntry

Source
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§