Struct kimchi::circuits::witness::VariableCell
source · pub struct VariableCell<'a> { /* private fields */ }
Expand description
Witness cell assigned from a variable See Variables for more details
Implementations§
source§impl<'a> VariableCell<'a>
impl<'a> VariableCell<'a>
sourcepub fn create(name: &'a str) -> Box<VariableCell<'a>>
pub fn create(name: &'a str) -> Box<VariableCell<'a>>
Create witness cell assigned from a variable name
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for VariableCell<'a>
impl<'a> Send for VariableCell<'a>
impl<'a> Sync for VariableCell<'a>
impl<'a> Unpin for VariableCell<'a>
impl<'a> UnwindSafe for VariableCell<'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