windows::Win32::System::Diagnostics::Debug::Extensions

Trait IDebugInputCallbacks_Impl

pub trait IDebugInputCallbacks_Impl: IUnknownImpl {
    // Required methods
    fn StartInput(&self, buffersize: u32) -> Result<()>;
    fn EndInput(&self) -> Result<()>;
}

Required Methods§

fn StartInput(&self, buffersize: u32) -> Result<()>

fn EndInput(&self) -> 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§