pub trait IMSVidEVREvent_Impl: Sized + IMSVidOutputDeviceEvent_Impl {
    // Required method
    fn OnUserEvent(&self, leventcode: i32) -> Result<()>;
}

Required Methods§

fn OnUserEvent(&self, leventcode: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§