Struct webrtc_ice::udp_mux::UDPMuxDefault
source · [−]pub struct UDPMuxDefault { /* private fields */ }
Implementations
sourceimpl UDPMuxDefault
impl UDPMuxDefault
Trait Implementations
sourceimpl UDPMux for UDPMuxDefault
impl UDPMux for UDPMuxDefault
sourcefn close<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
fn close<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Close the muxing.
Auto Trait Implementations
impl !RefUnwindSafe for UDPMuxDefault
impl Send for UDPMuxDefault
impl Sync for UDPMuxDefault
impl Unpin for UDPMuxDefault
impl !UnwindSafe for UDPMuxDefault
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more