pub struct VerifyState {
pub tmax: usize,
pub bytes: Vec<u64>,
/* private fields */
}Expand description
Whole-round verify state: the per-stage arenas + the per-layer §3.1 checkpoints.
Fields§
§tmax: usize§bytes: Vec<u64>allocated bytes per device index (reported next to the drafter VRAM plan)
Auto Trait Implementations§
impl Freeze for VerifyState
impl RefUnwindSafe for VerifyState
impl Send for VerifyState
impl Sync for VerifyState
impl Unpin for VerifyState
impl UnsafeUnpin for VerifyState
impl UnwindSafe for VerifyState
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