pub struct Mux { /* private fields */ }
Expand description
The Multiplexer gate
a | b | sel | out |
---|---|---|---|
* | * | 0 | a |
* | * | 1 | b |
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mux
impl Send for Mux
impl Sync for Mux
impl Unpin for Mux
impl UnwindSafe for Mux
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