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