pub struct Mux8Way16 { /* private fields */ }
Expand description
8-way 16-bit multiplexor
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mux8Way16
impl Send for Mux8Way16
impl Sync for Mux8Way16
impl Unpin for Mux8Way16
impl UnwindSafe for Mux8Way16
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