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

    // Provided method
    fn set_mode(&mut self, mode: i32) -> Result<()> { ... }
}
Expand description

Mutable methods for crate::img_hash::BlockMeanHash

Required Methods§

Provided Methods§

source

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

Create BlockMeanHash object

Parameters
  • mode: the mode

Implementors§