#[repr(C)]pub enum LocalTestMode {
Off = 0,
VoiceLocalOnly = 1,
VoiceLocalAndRemote = 2,
TalkStatusChangesOnly = 3,
}Variants§
Trait Implementations§
Source§impl Clone for LocalTestMode
impl Clone for LocalTestMode
Source§fn clone(&self) -> LocalTestMode
fn clone(&self) -> LocalTestMode
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 LocalTestMode
impl Debug for LocalTestMode
Source§impl PartialEq for LocalTestMode
impl PartialEq for LocalTestMode
impl Copy for LocalTestMode
impl Eq for LocalTestMode
impl StructuralPartialEq for LocalTestMode
Auto Trait Implementations§
impl Freeze for LocalTestMode
impl RefUnwindSafe for LocalTestMode
impl Send for LocalTestMode
impl Sync for LocalTestMode
impl Unpin for LocalTestMode
impl UnwindSafe for LocalTestMode
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