#[repr(u32)]pub enum Binarizer {
LocalAverage = 0,
GlobalHistogram = 1,
FixedThreshold = 2,
BoolCast = 3,
}
Variants§
Trait Implementations§
impl Copy for Binarizer
impl StructuralPartialEq for Binarizer
Auto Trait Implementations§
impl Freeze for Binarizer
impl RefUnwindSafe for Binarizer
impl Send for Binarizer
impl Sync for Binarizer
impl Unpin for Binarizer
impl UnwindSafe for Binarizer
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