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