windows::Win32::Devices::Tapi

Trait ITPluggableTerminalEventSink_Impl

pub trait ITPluggableTerminalEventSink_Impl: IUnknownImpl {
    // Required method
    fn FireEvent(&self, pmspeventinfo: *const MSP_EVENT_INFO) -> Result<()>;
}

Required Methods§

fn FireEvent(&self, pmspeventinfo: *const MSP_EVENT_INFO) -> 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§