Struct webrtc_sys::peer_connection::AsyncContext
source · #[repr(transparent)]pub struct AsyncContext(pub Box<dyn Any + Send>);Tuple Fields§
§0: Box<dyn Any + Send>Auto Trait Implementations§
impl !RefUnwindSafe for AsyncContext
impl Send for AsyncContext
impl !Sync for AsyncContext
impl Unpin for AsyncContext
impl !UnwindSafe for AsyncContext
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