Home
last modified time | relevance | path

Searched refs:IPortableDeviceServiceMethodCallback (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/PortableDevices/
H A Dmod.rs1839 pub struct IPortableDeviceServiceMethodCallback(::windows::runtime::IUnknown); struct
1840 impl IPortableDeviceServiceMethodCallback { implementation
1845 unsafe impl ::windows::runtime::Interface for IPortableDeviceServiceMethodCallback { implementation
1849 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 { implementation
1864 …s::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IPortableDeviceServiceMethodCallback { implementation
1884 …eDeviceValues>, Param2: ::windows::runtime::IntoParam<'a, IPortableDeviceServiceMethodCallback>>(&… in InvokeAsync()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/PortableDevices/
H A Dmod.rs135 pub type IPortableDeviceServiceMethodCallback = *mut ::core::ffi::c_void; typedef