pub trait PHashTrait: ImgHashBaseTrait + PHashTraitConst {
    // Required method
    fn as_raw_mut_PHash(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::img_hash::PHash

Required Methods§

Implementors§