#[repr(u32)]pub enum AutoThresholdMethod {
Undefined = 0,
Kapur = 1,
OTSU = 2,
Triangle = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for AutoThresholdMethod
impl Clone for AutoThresholdMethod
Source§fn clone(&self) -> AutoThresholdMethod
fn clone(&self) -> AutoThresholdMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AutoThresholdMethod
impl Debug for AutoThresholdMethod
Source§impl Hash for AutoThresholdMethod
impl Hash for AutoThresholdMethod
Source§impl PartialEq for AutoThresholdMethod
impl PartialEq for AutoThresholdMethod
impl Copy for AutoThresholdMethod
impl Eq for AutoThresholdMethod
impl StructuralPartialEq for AutoThresholdMethod
Auto Trait Implementations§
impl Freeze for AutoThresholdMethod
impl RefUnwindSafe for AutoThresholdMethod
impl Send for AutoThresholdMethod
impl Sync for AutoThresholdMethod
impl Unpin for AutoThresholdMethod
impl UnwindSafe for AutoThresholdMethod
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more