Trait INetworkCostManagerEvents_Impl
pub trait INetworkCostManagerEvents_Impl: IUnknownImpl {
// Required methods
fn CostChanged(
&self,
newcost: u32,
pdestaddr: *const NLM_SOCKADDR,
) -> Result<()>;
fn DataPlanStatusChanged(
&self,
pdestaddr: *const NLM_SOCKADDR,
) -> Result<()>;
}
Required Methods§
fn CostChanged( &self, newcost: u32, pdestaddr: *const NLM_SOCKADDR, ) -> Result<()>
fn DataPlanStatusChanged(&self, pdestaddr: *const NLM_SOCKADDR) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.