pub enum WakeWordParams_MicChannel {
channel0 = 0,
channel1 = 1,
channel2 = 2,
channel3 = 3,
channel4 = 4,
channel5 = 5,
channel6 = 6,
channel7 = 7,
channel8 = 8,
}
Variants§
channel0 = 0
channel1 = 1
channel2 = 2
channel3 = 3
channel4 = 4
channel5 = 5
channel6 = 6
channel7 = 7
channel8 = 8
Trait Implementations§
Source§impl Clone for WakeWordParams_MicChannel
impl Clone for WakeWordParams_MicChannel
Source§fn clone(&self) -> WakeWordParams_MicChannel
fn clone(&self) -> WakeWordParams_MicChannel
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 WakeWordParams_MicChannel
impl Debug for WakeWordParams_MicChannel
Source§impl Default for WakeWordParams_MicChannel
impl Default for WakeWordParams_MicChannel
Source§impl Hash for WakeWordParams_MicChannel
impl Hash for WakeWordParams_MicChannel
Source§impl ProtobufEnum for WakeWordParams_MicChannel
impl ProtobufEnum for WakeWordParams_MicChannel
Source§fn from_i32(value: i32) -> Option<WakeWordParams_MicChannel>
fn from_i32(value: i32) -> Option<WakeWordParams_MicChannel>
Try to create an enum from
i32
value.
Return None
if value is unknown.Source§fn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
Source§fn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
Source§impl ProtobufValue for WakeWordParams_MicChannel
impl ProtobufValue for WakeWordParams_MicChannel
Source§fn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
Source§fn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?
Source§fn as_ref_copy(&self) -> ReflectValueRef<'static>
fn as_ref_copy(&self) -> ReflectValueRef<'static>
impl Copy for WakeWordParams_MicChannel
impl Eq for WakeWordParams_MicChannel
impl StructuralPartialEq for WakeWordParams_MicChannel
Auto Trait Implementations§
impl Freeze for WakeWordParams_MicChannel
impl RefUnwindSafe for WakeWordParams_MicChannel
impl Send for WakeWordParams_MicChannel
impl Sync for WakeWordParams_MicChannel
impl Unpin for WakeWordParams_MicChannel
impl UnwindSafe for WakeWordParams_MicChannel
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