pub struct ControllerSplitBatchSummary {
pub index: usize,
pub members: usize,
pub safe: usize,
pub unsafe_count: usize,
pub reachable_product_states: usize,
pub explored_transitions: usize,
pub artifact_bytes: usize,
pub verification_micros: usize,
}Fields§
§index: usize§members: usize§safe: usize§unsafe_count: usize§reachable_product_states: usize§explored_transitions: usize§artifact_bytes: usize§verification_micros: usizeTrait Implementations§
Source§impl Clone for ControllerSplitBatchSummary
impl Clone for ControllerSplitBatchSummary
Source§fn clone(&self) -> ControllerSplitBatchSummary
fn clone(&self) -> ControllerSplitBatchSummary
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 moreSource§impl Debug for ControllerSplitBatchSummary
impl Debug for ControllerSplitBatchSummary
impl Eq for ControllerSplitBatchSummary
impl StructuralPartialEq for ControllerSplitBatchSummary
Auto Trait Implementations§
impl Freeze for ControllerSplitBatchSummary
impl RefUnwindSafe for ControllerSplitBatchSummary
impl Send for ControllerSplitBatchSummary
impl Sync for ControllerSplitBatchSummary
impl Unpin for ControllerSplitBatchSummary
impl UnsafeUnpin for ControllerSplitBatchSummary
impl UnwindSafe for ControllerSplitBatchSummary
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