windows::Win32::Media::MediaFoundation

Trait IMFActivate_Impl

pub trait IMFActivate_Impl: IMFAttributes_Impl {
    // Required methods
    fn ActivateObject(
        &self,
        riid: *const GUID,
        ppv: *mut *mut c_void,
    ) -> Result<()>;
    fn ShutdownObject(&self) -> Result<()>;
    fn DetachObject(&self) -> Result<()>;
}

Required Methods§

fn ActivateObject(&self, riid: *const GUID, ppv: *mut *mut c_void) -> Result<()>

fn ShutdownObject(&self) -> Result<()>

fn DetachObject(&self) -> 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§