pub struct VerifyStash { /* private fields */ }Expand description
The verify-chunk instrument (mtp-spec lane). Armed by spec_arm; while armed,
every forward captures the trunk’s FINAL WIDE rows at their absolute positions
(the draft’s hidden seeds) and every 1 < t <= k_cap chunk (a) runs the EXACT row
programs (each row bit-identical to the t == 1 decode program — the spec
byte-identity contract) and (b) stashes per-column GDN/PLE state so
verify_rewind can drop rejected columns without replay.
Auto Trait Implementations§
impl !RefUnwindSafe for VerifyStash
impl !Send for VerifyStash
impl !Sync for VerifyStash
impl !UnwindSafe for VerifyStash
impl Freeze for VerifyStash
impl Unpin for VerifyStash
impl UnsafeUnpin for VerifyStash
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