pub struct Btor2ChannelPropertyProcessSummary {
pub artifact_version: u32,
pub channels: usize,
pub logical_queries: usize,
pub proof_members: usize,
pub reused_queries: usize,
pub explicit_members: usize,
pub bitblast_members: usize,
pub evidence_bytes: usize,
pub artifact_bytes: usize,
pub projected_work: Option<u64>,
pub elapsed_micros: usize,
pub results: Vec<Btor2ChannelPropertyProcessResult>,
}Fields§
§artifact_version: u32§channels: usize§logical_queries: usize§proof_members: usize§reused_queries: usize§explicit_members: usize§bitblast_members: usize§evidence_bytes: usize§artifact_bytes: usize§projected_work: Option<u64>§elapsed_micros: usize§results: Vec<Btor2ChannelPropertyProcessResult>Trait Implementations§
Source§impl Clone for Btor2ChannelPropertyProcessSummary
impl Clone for Btor2ChannelPropertyProcessSummary
Source§fn clone(&self) -> Btor2ChannelPropertyProcessSummary
fn clone(&self) -> Btor2ChannelPropertyProcessSummary
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 Eq for Btor2ChannelPropertyProcessSummary
impl StructuralPartialEq for Btor2ChannelPropertyProcessSummary
Auto Trait Implementations§
impl Freeze for Btor2ChannelPropertyProcessSummary
impl RefUnwindSafe for Btor2ChannelPropertyProcessSummary
impl Send for Btor2ChannelPropertyProcessSummary
impl Sync for Btor2ChannelPropertyProcessSummary
impl Unpin for Btor2ChannelPropertyProcessSummary
impl UnsafeUnpin for Btor2ChannelPropertyProcessSummary
impl UnwindSafe for Btor2ChannelPropertyProcessSummary
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