pub trait AlignExposuresConst: AlgorithmTraitConst {
    // Required method
    fn as_raw_AlignExposures(&self) -> *const c_void;
}
Expand description

Constant methods for crate::photo::AlignExposures

Required Methods§

Implementors§