Struct o1vm::pickles::proof::WitnessColumns
source · pub struct WitnessColumns<G, S> {
pub scratch: [G; 98],
pub instruction_counter: G,
pub error: G,
pub selector: S,
}
Fields§
§scratch: [G; 98]
§instruction_counter: G
§error: G
§selector: S
Implementations§
source§impl<G> WitnessColumns<G, [G; 71]>
impl<G> WitnessColumns<G, [G; 71]>
pub fn get_column(&self, col: &Column) -> Option<&G>
Auto Trait Implementations§
impl<G, S> RefUnwindSafe for WitnessColumns<G, S>where G: RefUnwindSafe, S: RefUnwindSafe,
impl<G, S> Send for WitnessColumns<G, S>where G: Send, S: Send,
impl<G, S> Sync for WitnessColumns<G, S>where G: Sync, S: Sync,
impl<G, S> Unpin for WitnessColumns<G, S>where G: Unpin, S: Unpin,
impl<G, S> UnwindSafe for WitnessColumns<G, S>where G: UnwindSafe, S: UnwindSafe,
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