windows::Win32::System::WinRT::AllJoyn

Trait IWindowsDevicesAllJoynBusObjectInterop_Impl

pub trait IWindowsDevicesAllJoynBusObjectInterop_Impl: IUnknownImpl {
    // Required methods
    fn AddPropertyGetHandler(
        &self,
        context: *const c_void,
        interfacename: &HSTRING,
        callback: isize,
    ) -> Result<()>;
    fn AddPropertySetHandler(
        &self,
        context: *const c_void,
        interfacename: &HSTRING,
        callback: isize,
    ) -> Result<()>;
    fn Win32Handle(&self) -> Result<u64>;
}

Required Methods§

fn AddPropertyGetHandler( &self, context: *const c_void, interfacename: &HSTRING, callback: isize, ) -> Result<()>

fn AddPropertySetHandler( &self, context: *const c_void, interfacename: &HSTRING, callback: isize, ) -> Result<()>

fn Win32Handle(&self) -> Result<u64>

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§