windows::Win32::System::RemoteAssistance

Trait IRendezvousApplication_Impl

pub trait IRendezvousApplication_Impl: IUnknownImpl {
    // Required method
    fn SetRendezvousSession(
        &self,
        prendezvoussession: Ref<'_, IUnknown>,
    ) -> Result<()>;
}

Required Methods§

fn SetRendezvousSession( &self, prendezvoussession: Ref<'_, IUnknown>, ) -> Result<()>

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§