Home
last modified time | relevance | path

Searched defs:LowLevelDevicesController (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/
H A Dmod.rs373 pub struct LowLevelDevicesController(::windows::runtime::IInspectable); struct
374 impl LowLevelDevicesController { impl
389 unsafe impl ::windows::runtime::RuntimeType for LowLevelDevicesController { implementation
392 unsafe impl ::windows::runtime::Interface for LowLevelDevicesController { implementation
396 impl ::windows::runtime::RuntimeName for LowLevelDevicesController { implementation
409 …'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for LowLevelDevicesController { implementation
414 …a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &LowLevelDevicesController { implementation
429 …::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for LowLevelDevicesController { implementation
434 …ndows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for &'a LowLevelDevicesController { implementation
439 unsafe impl ::std::marker::Send for LowLevelDevicesController {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Devices/
H A Dmod.rs68 pub type LowLevelDevicesController = *mut ::core::ffi::c_void; typedef