Enum rustpotter::NoiseDetectionMode
source · [−]pub enum NoiseDetectionMode {
Hardest,
Hard,
Normal,
Easy,
Easiest,
}Expand description
Dificulty for considering a frame as noise
Variants
Hardest
Hard
Normal
Easy
Easiest
Trait Implementations
sourceimpl Clone for NoiseDetectionMode
impl Clone for NoiseDetectionMode
sourcefn clone(&self) -> NoiseDetectionMode
fn clone(&self) -> NoiseDetectionMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for NoiseDetectionMode
impl Send for NoiseDetectionMode
impl Sync for NoiseDetectionMode
impl Unpin for NoiseDetectionMode
impl UnwindSafe for NoiseDetectionMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more