Home
last modified time | relevance | path

Searched defs:FileUpdateRequest (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/Provider/
H A Dmod.rs138 pub fn UpdateRequest(&self) -> ::windows::runtime::Result<FileUpdateRequest> { in UpdateRequest()
208 pub struct FileUpdateRequest(::windows::runtime::IInspectable); struct
209 impl FileUpdateRequest { impl
258 unsafe impl ::windows::runtime::RuntimeType for FileUpdateRequest { implementation
261 unsafe impl ::windows::runtime::Interface for FileUpdateRequest { implementation
265 impl ::windows::runtime::RuntimeName for FileUpdateRequest { implementation
278 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for FileUpdateRequest { implementation
283 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &FileUpdateRequest { implementation
298 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for FileUpdateRequest { implementation
303 …'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for &'a FileUpdateRequest { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Storage/Provider/
H A Dmod.rs31 pub type FileUpdateRequest = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/ApplicationModel/Background/
H A Dmod.rs2138 …pub fn UpdateRequest(&self) -> ::windows::runtime::Result<super::super::Storage::Provider::FileUpd… in UpdateRequest()