pub struct MuxMode(/* private fields */);Expand description
How the mux is routing, written by whoever handles
Effect::ApplyBackhaul and read by the
mux as each frame is routed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for MuxMode
impl RefUnwindSafe for MuxMode
impl Send for MuxMode
impl Sync for MuxMode
impl Unpin for MuxMode
impl UnwindSafe for MuxMode
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more