pub trait IAMDecoderCaps_Impl: Sized {
    // Required method
    fn GetDecoderCaps(&self, dwcapindex: u32) -> Result<u32>;
}

Required Methods§

fn GetDecoderCaps(&self, dwcapindex: u32) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§