windows::Win32::Media::DirectShow

Trait IBDA_EasMessage_Impl

pub trait IBDA_EasMessage_Impl: IUnknownImpl {
    // Required method
    fn get_EasMessage(
        &self,
        uleventid: u32,
        ppeasobject: OutRef<'_, IUnknown>,
    ) -> Result<()>;
}

Required Methods§

fn get_EasMessage( &self, uleventid: u32, ppeasobject: OutRef<'_, IUnknown>, ) -> 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§