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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§