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