Enum adder_codec_rs::utils::viz::ShowFeatureMode
source · pub enum ShowFeatureMode {
Off,
Instant,
Hold,
}
Expand description
The display mode for visualizing detected features
Variants§
Off
Don’t show features at all
Instant
Show the feature only at the instant in which the pixel becomes a feature
Hold
Show the feature until it’s no longer a feature
Trait Implementations§
source§impl Clone for ShowFeatureMode
impl Clone for ShowFeatureMode
source§fn clone(&self) -> ShowFeatureMode
fn clone(&self) -> ShowFeatureMode
Returns a copy 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 ShowFeatureMode
impl Debug for ShowFeatureMode
source§impl PartialEq for ShowFeatureMode
impl PartialEq for ShowFeatureMode
source§fn eq(&self, other: &ShowFeatureMode) -> bool
fn eq(&self, other: &ShowFeatureMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ShowFeatureMode
impl StructuralPartialEq for ShowFeatureMode
Auto Trait Implementations§
impl RefUnwindSafe for ShowFeatureMode
impl Send for ShowFeatureMode
impl Sync for ShowFeatureMode
impl Unpin for ShowFeatureMode
impl UnwindSafe for ShowFeatureMode
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