Home
last modified time | relevance | path

Searched refs:IMediaPlaybackSource (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Media/Playback/
H A Dmod.rs33 pub type IMediaPlaybackSource = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Media/Playback/
H A Dmod.rs1370 pub struct IMediaPlaybackSource(::windows::runtime::IInspectable); struct
1371 unsafe impl ::windows::runtime::Interface for IMediaPlaybackSource { implementation
1375 impl IMediaPlaybackSource {} impl
1376 unsafe impl ::windows::runtime::RuntimeType for IMediaPlaybackSource { implementation
1380 fn from(value: IMediaPlaybackSource) -> Self { in from()
1385 fn from(value: &IMediaPlaybackSource) -> Self { in from()
1400 fn from(value: IMediaPlaybackSource) -> Self { in from()
1405 fn from(value: &IMediaPlaybackSource) -> Self { in from()
4418 impl ::std::convert::TryFrom<MediaPlaybackItem> for IMediaPlaybackSource { implementation
4424 impl ::std::convert::TryFrom<&MediaPlaybackItem> for IMediaPlaybackSource { implementation
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Media/Core/
H A Dmod.rs6074 impl ::std::convert::TryFrom<MediaSource> for super::Playback::IMediaPlaybackSource {
6081 impl ::std::convert::TryFrom<&MediaSource> for super::Playback::IMediaPlaybackSource {
6088 impl<'a> ::windows::runtime::IntoParam<'a, super::Playback::IMediaPlaybackSource> for MediaSource {
6089 fn into_param(self) -> ::windows::runtime::Param<'a, super::Playback::IMediaPlaybackSource> {
6094 impl<'a> ::windows::runtime::IntoParam<'a, super::Playback::IMediaPlaybackSource> for &MediaSource {
6095 fn into_param(self) -> ::windows::runtime::Param<'a, super::Playback::IMediaPlaybackSource> {
6096 …::std::convert::TryInto::<super::Playback::IMediaPlaybackSource>::try_into(self).map(::windows::ru…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Controls/
H A Dmod.rs236101 …ows::runtime::IntoParam<'a, super::super::super::Media::Playback::IMediaPlaybackSource>>(&self, so… in SetPlaybackSource()
238363 …(&self) -> ::windows::runtime::Result<super::super::super::Media::Playback::IMediaPlaybackSource> { in Source() argument
238367 …s), &mut result__).from_abi::<super::super::super::Media::Playback::IMediaPlaybackSource>(result__) in Source()
238371 …ows::runtime::IntoParam<'a, super::super::super::Media::Playback::IMediaPlaybackSource>>(&self, va… in SetSource()