IITEncoder_Impl

Trait IITEncoder_Impl 

Source
pub trait IITEncoder_Impl: Sized + IDispatch_Impl {
    // Required methods
    unsafe fn Name(&self, Name: *mut BSTR) -> HRESULT;
    unsafe fn Format(&self, Format: *mut BSTR) -> HRESULT;
}

Required Methods§

Source

unsafe fn Name(&self, Name: *mut BSTR) -> HRESULT

The name of the the encoder.

Source

unsafe fn Format(&self, Format: *mut BSTR) -> HRESULT

The data format created by the encoder.

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§