pub struct VerifyWs {
pub tmax: usize,
/* private fields */
}Expand description
Per-stage batched-verify workspace: the lane-8 arena widened to tmax rows. Held
separately from StepWs so the gated single-position path’s allocations, launches
and bytes are literally untouched by this rung.
Fields§
§tmax: usizeAuto Trait Implementations§
impl Freeze for VerifyWs
impl RefUnwindSafe for VerifyWs
impl Send for VerifyWs
impl Sync for VerifyWs
impl Unpin for VerifyWs
impl UnsafeUnpin for VerifyWs
impl UnwindSafe for VerifyWs
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