pub struct BitVecSMT { /* private fields */ }Expand description
SMT-LIB BitVec representation for solver integration.
Auto Trait Implementations§
impl Freeze for BitVecSMT
impl RefUnwindSafe for BitVecSMT
impl Send for BitVecSMT
impl Sync for BitVecSMT
impl Unpin for BitVecSMT
impl UnsafeUnpin for BitVecSMT
impl UnwindSafe for BitVecSMT
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