#[repr(i32)]pub enum ARLabelingThreshMode {
Manual = 0,
AutoMedian = 1,
AutoOtsu = 2,
AutoAdaptive = 3,
AutoBracketing = 4,
}Variants§
Trait Implementations§
Source§impl Clone for ARLabelingThreshMode
impl Clone for ARLabelingThreshMode
Source§fn clone(&self) -> ARLabelingThreshMode
fn clone(&self) -> ARLabelingThreshMode
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 ARLabelingThreshMode
impl Debug for ARLabelingThreshMode
Source§impl Default for ARLabelingThreshMode
impl Default for ARLabelingThreshMode
Source§impl PartialEq for ARLabelingThreshMode
impl PartialEq for ARLabelingThreshMode
impl Copy for ARLabelingThreshMode
impl Eq for ARLabelingThreshMode
impl StructuralPartialEq for ARLabelingThreshMode
Auto Trait Implementations§
impl Freeze for ARLabelingThreshMode
impl RefUnwindSafe for ARLabelingThreshMode
impl Send for ARLabelingThreshMode
impl Sync for ARLabelingThreshMode
impl Unpin for ARLabelingThreshMode
impl UnsafeUnpin for ARLabelingThreshMode
impl UnwindSafe for ARLabelingThreshMode
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