pub struct RemoteRtcUpdates { /* private fields */ }
Expand description
Remote RTC updates - peek into the life of the RTC on the other side of a RTC connection.
Implementations§
Auto Trait Implementations§
impl Freeze for RemoteRtcUpdates
impl !RefUnwindSafe for RemoteRtcUpdates
impl Send for RemoteRtcUpdates
impl Sync for RemoteRtcUpdates
impl Unpin for RemoteRtcUpdates
impl !UnwindSafe for RemoteRtcUpdates
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