pub struct ActiveSpeakerObserverDominantSpeaker {
pub producer: Producer,
}
Expand description
Represents dominant speaker.
Fields§
§producer: Producer
The audio producer instance.
Trait Implementations§
Source§impl Clone for ActiveSpeakerObserverDominantSpeaker
impl Clone for ActiveSpeakerObserverDominantSpeaker
Source§fn clone(&self) -> ActiveSpeakerObserverDominantSpeaker
fn clone(&self) -> ActiveSpeakerObserverDominantSpeaker
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 moreAuto Trait Implementations§
impl Freeze for ActiveSpeakerObserverDominantSpeaker
impl !RefUnwindSafe for ActiveSpeakerObserverDominantSpeaker
impl Send for ActiveSpeakerObserverDominantSpeaker
impl Sync for ActiveSpeakerObserverDominantSpeaker
impl Unpin for ActiveSpeakerObserverDominantSpeaker
impl !UnwindSafe for ActiveSpeakerObserverDominantSpeaker
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