Trait IMSVidPlaybackEvent_Impl
pub trait IMSVidPlaybackEvent_Impl: IMSVidInputDeviceEvent_Impl {
// Required method
fn EndOfMedia(&self, lpd: Ref<'_, IMSVidPlayback>) -> Result<()>;
}
Required Methods§
fn EndOfMedia(&self, lpd: Ref<'_, IMSVidPlayback>) -> 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.