Searched refs:IPortableDeviceServiceMethodCallback (Results 1 – 2 of 2) sorted by relevance
1839 pub struct IPortableDeviceServiceMethodCallback(::windows::runtime::IUnknown); struct1840 impl IPortableDeviceServiceMethodCallback { implementation1845 unsafe impl ::windows::runtime::Interface for IPortableDeviceServiceMethodCallback { implementation1849 impl ::std::convert::From<IPortableDeviceServiceMethodCallback> for ::windows::runtime::IUnknown {1850 fn from(value: IPortableDeviceServiceMethodCallback) -> Self { in from()1854 impl ::std::convert::From<&IPortableDeviceServiceMethodCallback> for ::windows::runtime::IUnknown {1855 fn from(value: &IPortableDeviceServiceMethodCallback) -> Self { in from()1859 …ws::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IPortableDeviceServiceMethodCallback { implementation1864 …s::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IPortableDeviceServiceMethodCallback { implementation1884 …eDeviceValues>, Param2: ::windows::runtime::IntoParam<'a, IPortableDeviceServiceMethodCallback>>(&… in InvokeAsync()[all …]
135 pub type IPortableDeviceServiceMethodCallback = *mut ::core::ffi::c_void; typedef