pub struct Mux16 { /* private fields */ }
Expand description
Similar to the Mux gate, but it operates in bunches of 16 signals
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mux16
impl Send for Mux16
impl Sync for Mux16
impl Unpin for Mux16
impl UnwindSafe for Mux16
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