pub struct CheckInfo {
pub counter: u32,
pub ok: bool,
}Expand description
Minimal report returned by E2eProfile::check.
Fields§
§counter: u32Extracted counter (zero-extended).
ok: boolTrue if profile-level checks (CRC, DataId, basic length) passed.
Trait Implementations§
impl Copy for CheckInfo
impl Eq for CheckInfo
impl StructuralPartialEq for CheckInfo
Auto Trait Implementations§
impl Freeze for CheckInfo
impl RefUnwindSafe for CheckInfo
impl Send for CheckInfo
impl Sync for CheckInfo
impl Unpin for CheckInfo
impl UnwindSafe for CheckInfo
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