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