Trait NullWobbleSuppressorTrait

Source
pub trait NullWobbleSuppressorTrait: NullWobbleSuppressorTraitConst + WobbleSuppressorBaseTrait {
    // Required method
    fn as_raw_mut_NullWobbleSuppressor(&mut self) -> *mut c_void;

    // Provided method
    fn suppress(
        &mut self,
        idx: i32,
        frame: &impl MatTraitConst,
        result: &mut impl MatTrait,
    ) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn suppress( &mut self, idx: i32, frame: &impl MatTraitConst, result: &mut impl MatTrait, ) -> 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§