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

Trait IWindowsDevicesAllJoynBusAttachmentInterop_Impl

pub trait IWindowsDevicesAllJoynBusAttachmentInterop_Impl: IUnknownImpl {
    // Required method
    fn Win32Handle(&self) -> Result<u64>;
}

Required Methods§

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§