Struct kimchi::circuits::witness::VariableBitsCell
source · pub struct VariableBitsCell<'a> { /* private fields */ }
Expand description
Witness cell assigned from bits of a variable See Variables for more details
Implementations§
source§impl<'a> VariableBitsCell<'a>
impl<'a> VariableBitsCell<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for VariableBitsCell<'a>
impl<'a> Send for VariableBitsCell<'a>
impl<'a> Sync for VariableBitsCell<'a>
impl<'a> Unpin for VariableBitsCell<'a>
impl<'a> UnwindSafe for VariableBitsCell<'a>
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