pub struct OverflowProofRow {
pub id: &'static str,
pub scope: ExecutionScope,
pub census_tensor: &'static str,
pub reduction_k: u32,
}Expand description
One permanent, model-specific i32-overflow obligation.
Fields§
§id: &'static strStable row identifier consumed by selftest output and future release receipts.
scope: ExecutionScopeExecution regime covered by this row.
census_tensor: &'static strPinned census tensor that established this component maximum.
reduction_k: u32Actual reduction length for one output element.
Trait Implementations§
Source§impl Clone for OverflowProofRow
impl Clone for OverflowProofRow
Source§fn clone(&self) -> OverflowProofRow
fn clone(&self) -> OverflowProofRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OverflowProofRow
Source§impl Debug for OverflowProofRow
impl Debug for OverflowProofRow
impl Eq for OverflowProofRow
Source§impl PartialEq for OverflowProofRow
impl PartialEq for OverflowProofRow
impl StructuralPartialEq for OverflowProofRow
Auto Trait Implementations§
impl Freeze for OverflowProofRow
impl RefUnwindSafe for OverflowProofRow
impl Send for OverflowProofRow
impl Sync for OverflowProofRow
impl Unpin for OverflowProofRow
impl UnsafeUnpin for OverflowProofRow
impl UnwindSafe for OverflowProofRow
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