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