windows::Win32::UI::Ribbon

Trait IUIEventLogger_Impl

pub trait IUIEventLogger_Impl: IUnknownImpl {
    // Required method
    fn OnUIEvent(&self, peventparams: *const UI_EVENTPARAMS);
}

Required Methods§

fn OnUIEvent(&self, peventparams: *const UI_EVENTPARAMS)

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§