pub trait IIPDVDec_Impl: Sized {
    // Required methods
    fn IPDisplay(&self) -> Result<i32>;
    fn SetIPDisplay(&self, displaypix: i32) -> Result<()>;
}

Required Methods§

fn IPDisplay(&self) -> Result<i32>

fn SetIPDisplay(&self, displaypix: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§