Struct live_kit_client2::prod::RemoteAudioTrack
source · pub struct RemoteAudioTrack { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for RemoteAudioTrack
impl Debug for RemoteAudioTrack
Auto Trait Implementations§
impl !RefUnwindSafe for RemoteAudioTrack
impl Send for RemoteAudioTrack
impl Sync for RemoteAudioTrack
impl Unpin for RemoteAudioTrack
impl UnwindSafe for RemoteAudioTrack
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