Home
last modified time | relevance | path

Searched refs:IAudioSystemEffects (Results 1 – 3 of 3) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Audio/Apo/
H A Dmod.rs366 pub type IAudioSystemEffects = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/DirectMusic/
H A Dmod.rs3813 pub struct IAudioSystemEffects(::windows::runtime::IUnknown); struct
3814 impl IAudioSystemEffects {} implementation
3815 unsafe impl ::windows::runtime::Interface for IAudioSystemEffects { implementation
3819 impl ::std::convert::From<IAudioSystemEffects> for ::windows::runtime::IUnknown {
3820 fn from(value: IAudioSystemEffects) -> Self { in from()
3824 impl ::std::convert::From<&IAudioSystemEffects> for ::windows::runtime::IUnknown {
3825 fn from(value: &IAudioSystemEffects) -> Self { in from()
3879 impl ::std::convert::From<IAudioSystemEffects2> for IAudioSystemEffects { implementation
3884 impl ::std::convert::From<&IAudioSystemEffects2> for IAudioSystemEffects { implementation
3890 fn into_param(self) -> ::windows::runtime::Param<'a, IAudioSystemEffects> { in into_param() argument
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs4836 impl ::std::convert::From<IAudioSystemEffects3> for super::DirectMusic::IAudioSystemEffects { implementation
4842 impl ::std::convert::From<&IAudioSystemEffects3> for super::DirectMusic::IAudioSystemEffects { implementation
4848 impl<'a> ::windows::runtime::IntoParam<'a, super::DirectMusic::IAudioSystemEffects> for IAudioSyste…
4849 fn into_param(self) -> ::windows::runtime::Param<'a, super::DirectMusic::IAudioSystemEffects> { in into_param() argument
4850 …::runtime::Param::Owned(::std::convert::Into::<super::DirectMusic::IAudioSystemEffects>::into(self… in into_param()
4854 impl<'a> ::windows::runtime::IntoParam<'a, super::DirectMusic::IAudioSystemEffects> for &IAudioSyst…
4855 fn into_param(self) -> ::windows::runtime::Param<'a, super::DirectMusic::IAudioSystemEffects> { in into_param() argument
4856 …::runtime::Param::Owned(::std::convert::Into::<super::DirectMusic::IAudioSystemEffects>::into(::st… in into_param()