pub struct Demux4Way { /* private fields */ }
Expand description
4-way demultiplexor
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Demux4Way
impl Send for Demux4Way
impl Sync for Demux4Way
impl Unpin for Demux4Way
impl UnwindSafe for Demux4Way
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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