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