Home
last modified time | relevance | path

Searched defs:IBackgroundCopyFile3 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/
H A Dmod.rs1522 pub struct IBackgroundCopyFile3(::windows::runtime::IUnknown); struct
1523 impl IBackgroundCopyFile3 { implementation
1566 unsafe impl ::windows::runtime::Interface for IBackgroundCopyFile3 { implementation
1727 impl ::std::convert::From<IBackgroundCopyFile4> for IBackgroundCopyFile3 { implementation
1732 impl ::std::convert::From<&IBackgroundCopyFile4> for IBackgroundCopyFile3 { implementation
1738 fn into_param(self) -> ::windows::runtime::Param<'a, IBackgroundCopyFile3> { in into_param() argument
1743 fn into_param(self) -> ::windows::runtime::Param<'a, IBackgroundCopyFile3> { in into_param() argument
1914 impl ::std::convert::From<IBackgroundCopyFile5> for IBackgroundCopyFile3 { implementation
1919 impl ::std::convert::From<&IBackgroundCopyFile5> for IBackgroundCopyFile3 { implementation
2134 impl ::std::convert::From<IBackgroundCopyFile6> for IBackgroundCopyFile3 { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/
H A Dmod.rs490 pub type IBackgroundCopyFile3 = *mut ::core::ffi::c_void; typedef