pub struct VerifyWs { /* private fields */ }Expand description
Size-keyed device-buffer free-lists for the verify walk (door W — see the field doc on
Engine::verify_ws). Exact-length keying: the walk’s shapes quantize to a few
classes per round (t in 2..=8 times fixed widths), so hit rates are structural, and an
exact-size buffer keeps every debug_assert_eq!(len, ...) at the launchers intact.
Trait Implementations§
Auto 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