pub struct TrafficMixer { /* private fields */ }Expand description
Traffic mixer that combines multiple streams
Implementations§
Auto Trait Implementations§
impl Freeze for TrafficMixer
impl RefUnwindSafe for TrafficMixer
impl Send for TrafficMixer
impl Sync for TrafficMixer
impl Unpin for TrafficMixer
impl UnsafeUnpin for TrafficMixer
impl UnwindSafe for TrafficMixer
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