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