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