#[repr(u32)]pub enum VoiceDetection_DetectionLikelihood {
VERY_LOW = 0,
LOW = 1,
MODERATE = 2,
HIGH = 3,
}
Expand description
The sensitivity of the noise detector.
Variants§
Trait Implementations§
Source§impl Clone for VoiceDetection_DetectionLikelihood
impl Clone for VoiceDetection_DetectionLikelihood
Source§fn clone(&self) -> VoiceDetection_DetectionLikelihood
fn clone(&self) -> VoiceDetection_DetectionLikelihood
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 PartialEq for VoiceDetection_DetectionLikelihood
impl PartialEq for VoiceDetection_DetectionLikelihood
Source§fn eq(&self, other: &VoiceDetection_DetectionLikelihood) -> bool
fn eq(&self, other: &VoiceDetection_DetectionLikelihood) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VoiceDetection_DetectionLikelihood
impl Eq for VoiceDetection_DetectionLikelihood
impl StructuralPartialEq for VoiceDetection_DetectionLikelihood
Auto Trait Implementations§
impl Freeze for VoiceDetection_DetectionLikelihood
impl RefUnwindSafe for VoiceDetection_DetectionLikelihood
impl Send for VoiceDetection_DetectionLikelihood
impl Sync for VoiceDetection_DetectionLikelihood
impl Unpin for VoiceDetection_DetectionLikelihood
impl UnwindSafe for VoiceDetection_DetectionLikelihood
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