pub trait BlockMeanHashTrait: BlockMeanHashTraitConst + ImgHashBaseTrait {
    fn as_raw_mut_BlockMeanHash(&mut self) -> *mut c_void;

    fn set_mode(&mut self, mode: i32) -> Result<()> { ... }
}

Required Methods

Provided Methods

Create BlockMeanHash object

Parameters
  • mode: the mode

Implementors