Struct kimchi::circuits::witness::CopyBitsCell
source · pub struct CopyBitsCell { /* private fields */ }
Expand description
Witness cell copied from bits of another witness cell
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CopyBitsCell
impl Send for CopyBitsCell
impl Sync for CopyBitsCell
impl Unpin for CopyBitsCell
impl UnwindSafe for CopyBitsCell
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