Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/Search/
H A Dmod.rs2079 pub struct StorageItemQueryResult(::windows::runtime::IInspectable); struct
2080 impl StorageItemQueryResult { impl
2158 unsafe impl ::windows::runtime::RuntimeType for StorageItemQueryResult { implementation
2161 unsafe impl ::windows::runtime::Interface for StorageItemQueryResult { implementation
2165 impl ::windows::runtime::RuntimeName for StorageItemQueryResult { implementation
2169 fn from(value: StorageItemQueryResult) -> Self { in from()
2174 fn from(value: &StorageItemQueryResult) -> Self { in from()
2189 fn from(value: StorageItemQueryResult) -> Self { in from()
2194 fn from(value: &StorageItemQueryResult) -> Self { in from()
2208 impl ::std::convert::TryFrom<StorageItemQueryResult> for IStorageQueryResultBase {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Storage/Search/
H A Dmod.rs117 pub type StorageItemQueryResult = *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.rs1173 …ub fn CreateItemQuery(&self) -> ::windows::runtime::Result<super::Search::StorageItemQueryResult> { in CreateItemQuery() argument
1177 …m::transmute_copy(this), &mut result__).from_abi::<super::Search::StorageItemQueryResult>(result__) in CreateItemQuery()
1181 …&self, queryoptions: Param0) -> ::windows::runtime::Result<super::Search::StorageItemQueryResult> { in CreateItemQueryWithOptions() argument
1185 …ions.into_param().abi(), &mut result__).from_abi::<super::Search::StorageItemQueryResult>(result__) in CreateItemQueryWithOptions()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/
H A Dmod.rs5880 pub fn CreateItemQuery(&self) -> ::windows::runtime::Result<Search::StorageItemQueryResult> { in CreateItemQuery() argument
5884 …std::mem::transmute_copy(this), &mut result__).from_abi::<Search::StorageItemQueryResult>(result__) in CreateItemQuery()
5888 …ions>>(&self, queryoptions: Param0) -> ::windows::runtime::Result<Search::StorageItemQueryResult> { in CreateItemQueryWithOptions() argument
5892 …ueryoptions.into_param().abi(), &mut result__).from_abi::<Search::StorageItemQueryResult>(result__) in CreateItemQueryWithOptions()