Home
last modified time | relevance | path

Searched defs:AppointmentStoreChangeReader (Results 1 – 2 of 2) sorted by path

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/ApplicationModel/Appointments/
H A Dmod.rs2567 pub struct AppointmentStoreChangeReader(::windows::runtime::IInspectable); struct
2568 impl AppointmentStoreChangeReader { implementation
2586 unsafe impl ::windows::runtime::RuntimeType for AppointmentStoreChangeReader { implementation
2589 unsafe impl ::windows::runtime::Interface for AppointmentStoreChangeReader { implementation
2593 impl ::windows::runtime::RuntimeName for AppointmentStoreChangeReader { implementation
2606 … ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for AppointmentStoreChangeReader { implementation
2611 …::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &AppointmentStoreChangeReader { implementation
2626 …indows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for AppointmentStoreChangeReader { implementation
2636 unsafe impl ::std::marker::Send for AppointmentStoreChangeReader {} implementation
2637 unsafe impl ::std::marker::Sync for AppointmentStoreChangeReader {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/ApplicationModel/Appointments/
H A Dmod.rs190 pub type AppointmentStoreChangeReader = *mut ::core::ffi::c_void; typedef