windows::Win32::System::WindowsSync

Trait ISynchronousDataRetriever_Impl

pub trait ISynchronousDataRetriever_Impl: IUnknownImpl {
    // Required methods
    fn GetIdParameters(&self, pidparameters: *mut ID_PARAMETERS) -> Result<()>;
    fn LoadChangeData(
        &self,
        ploadchangecontext: Ref<'_, ILoadChangeContext>,
    ) -> Result<IUnknown>;
}

Required Methods§

fn GetIdParameters(&self, pidparameters: *mut ID_PARAMETERS) -> Result<()>

fn LoadChangeData( &self, ploadchangecontext: Ref<'_, ILoadChangeContext>, ) -> Result<IUnknown>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§