#[repr(u32)]pub enum Binarizer {
LocalAverage = 0,
GlobalHistogram = 1,
FixedThreshold = 2,
BoolCast = 3,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
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