Struct srt_protocol::listener::MultiplexListener
source · pub struct MultiplexListener { /* private fields */ }Implementations§
source§impl MultiplexListener
impl MultiplexListener
pub fn new( now: Instant, local_address: SocketAddr, settings: ConnInitSettings ) -> Self
pub fn handle_input(&mut self, now: Instant, input: Input) -> Action<'_>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MultiplexListener
impl Send for MultiplexListener
impl Sync for MultiplexListener
impl Unpin for MultiplexListener
impl UnwindSafe for MultiplexListener
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