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