Trait INetCfgComponentNotifyBinding_Impl
pub trait INetCfgComponentNotifyBinding_Impl: IUnknownImpl {
// Required methods
fn QueryBindingPath(
&self,
dwchangeflag: u32,
pipath: Ref<'_, INetCfgBindingPath>,
) -> Result<()>;
fn NotifyBindingPath(
&self,
dwchangeflag: u32,
pipath: Ref<'_, INetCfgBindingPath>,
) -> Result<()>;
}
Required Methods§
fn QueryBindingPath( &self, dwchangeflag: u32, pipath: Ref<'_, INetCfgBindingPath>, ) -> Result<()>
fn NotifyBindingPath( &self, dwchangeflag: u32, pipath: Ref<'_, INetCfgBindingPath>, ) -> 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.