Trait IWMProximityDetection_Impl
pub trait IWMProximityDetection_Impl: IUnknownImpl {
// Required method
fn StartDetection(
&self,
pbregistrationmsg: *const u8,
cbregistrationmsg: u32,
pblocaladdress: *const u8,
cblocaladdress: u32,
dwextraportsallowed: u32,
ppregistrationresponsemsg: OutRef<'_, INSSBuffer>,
pcallback: Ref<'_, IWMStatusCallback>,
pvcontext: *const c_void,
) -> Result<()>;
}
Required Methods§
fn StartDetection( &self, pbregistrationmsg: *const u8, cbregistrationmsg: u32, pblocaladdress: *const u8, cblocaladdress: u32, dwextraportsallowed: u32, ppregistrationresponsemsg: OutRef<'_, INSSBuffer>, pcallback: Ref<'_, IWMStatusCallback>, pvcontext: *const c_void, ) -> 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.