Home
last modified time | relevance | path

Searched defs:IPortableDevice (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.rs379 pub struct IPortableDevice(::windows::runtime::IUnknown); struct
380 impl IPortableDevice { impl
418 unsafe impl ::windows::runtime::Interface for IPortableDevice { implementation
432 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IPortableDevice { implementation
437 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IPortableDevice { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/PortableDevices/
H A Dmod.rs116 pub type IPortableDevice = *mut ::core::ffi::c_void; typedef