Trait MarrHildrethHashTraitConst

Source
pub trait MarrHildrethHashTraitConst: ImgHashBaseTraitConst {
    // Required method
    fn as_raw_MarrHildrethHash(&self) -> *const c_void;

    // Provided methods
    fn get_alpha(&self) -> Result<f32> { ... }
    fn get_scale(&self) -> Result<f32> { ... }
}
Expand description

Constant methods for crate::img_hash::MarrHildrethHash

Required Methods§

Provided Methods§

Source

fn get_alpha(&self) -> Result<f32>

self explain

Source

fn get_scale(&self) -> Result<f32>

self explain

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§