windows::Win32::Networking::NetworkListManager

Trait INetworkConnectionCost_Impl

pub trait INetworkConnectionCost_Impl: IUnknownImpl {
    // Required methods
    fn GetCost(&self) -> Result<u32>;
    fn GetDataPlanStatus(
        &self,
        pdataplanstatus: *mut NLM_DATAPLAN_STATUS,
    ) -> Result<()>;
}

Required Methods§

fn GetCost(&self) -> Result<u32>

fn GetDataPlanStatus( &self, pdataplanstatus: *mut NLM_DATAPLAN_STATUS, ) -> 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.

Implementors§