pub trait AlignMTBTraitConst: AlignExposuresTraitConst {
    // Required method
    fn as_raw_AlignMTB(&self) -> *const c_void;

    // Provided methods
    fn get_max_bits(&self) -> Result<i32> { ... }
    fn get_exclude_range(&self) -> Result<i32> { ... }
    fn get_cut(&self) -> Result<bool> { ... }
}
Expand description

Constant methods for crate::photo::AlignMTB

Required Methods§

Provided Methods§

Implementors§