Home
last modified time | relevance | path

Searched refs:IInputStreamReference (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/Storage/Streams/
H A Dmod.rs44 pub type IInputStreamReference = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/BulkAccess/
H A Dmod.rs350 … let this = &::windows::runtime::Interface::cast::<super::Streams::IInputStreamReference>(self)?; in OpenSequentialReadAsync()
590 impl ::std::convert::TryFrom<FileInformation> for super::Streams::IInputStreamReference { implementation
597 impl ::std::convert::TryFrom<&FileInformation> for super::Streams::IInputStreamReference { implementation
604 impl<'a> ::windows::runtime::IntoParam<'a, super::Streams::IInputStreamReference> for FileInformati…
605 fn into_param(self) -> ::windows::runtime::Param<'a, super::Streams::IInputStreamReference> { in into_param() argument
610 impl<'a> ::windows::runtime::IntoParam<'a, super::Streams::IInputStreamReference> for &FileInformat…
611 fn into_param(self) -> ::windows::runtime::Param<'a, super::Streams::IInputStreamReference> { in into_param() argument
612 …::std::convert::TryInto::<super::Streams::IInputStreamReference>::try_into(self).map(::windows::ru… in into_param()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/Streams/
H A Dmod.rs2558 pub struct IInputStreamReference(::windows::runtime::IInspectable);
2559 unsafe impl ::windows::runtime::Interface for IInputStreamReference {
2563 impl IInputStreamReference {
2573 unsafe impl ::windows::runtime::RuntimeType for IInputStreamReference {
2576 impl ::std::convert::From<IInputStreamReference> for ::windows::runtime::IUnknown {
2577 fn from(value: IInputStreamReference) -> Self {
2581 impl ::std::convert::From<&IInputStreamReference> for ::windows::runtime::IUnknown {
2582 fn from(value: &IInputStreamReference) -> Self {
2596 impl ::std::convert::From<IInputStreamReference> for ::windows::runtime::IInspectable {
2597 fn from(value: IInputStreamReference) -> Self {
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/
H A Dmod.rs2256 impl ::std::convert::TryFrom<IStorageFile> for Streams::IInputStreamReference { implementation
2263 impl ::std::convert::TryFrom<&IStorageFile> for Streams::IInputStreamReference { implementation
2270 impl<'a> ::windows::runtime::IntoParam<'a, Streams::IInputStreamReference> for IStorageFile {
2271 fn into_param(self) -> ::windows::runtime::Param<'a, Streams::IInputStreamReference> { in into_param() argument
2276 impl<'a> ::windows::runtime::IntoParam<'a, Streams::IInputStreamReference> for &IStorageFile {
2277 fn into_param(self) -> ::windows::runtime::Param<'a, Streams::IInputStreamReference> { in into_param() argument
5505 impl ::std::convert::TryFrom<StorageFile> for Streams::IInputStreamReference { implementation
5512 impl ::std::convert::TryFrom<&StorageFile> for Streams::IInputStreamReference { implementation
5519 impl<'a> ::windows::runtime::IntoParam<'a, Streams::IInputStreamReference> for StorageFile {
5520 fn into_param(self) -> ::windows::runtime::Param<'a, Streams::IInputStreamReference> { in into_param() argument
[all …]