pub struct BitVecArithmetic { /* private fields */ }Expand description
Arithmetic utilities for bitvector operations.
Auto Trait Implementations§
impl Freeze for BitVecArithmetic
impl RefUnwindSafe for BitVecArithmetic
impl Send for BitVecArithmetic
impl Sync for BitVecArithmetic
impl Unpin for BitVecArithmetic
impl UnsafeUnpin for BitVecArithmetic
impl UnwindSafe for BitVecArithmetic
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more