pub struct Btor2ChannelPropertyProcessResult {
pub index: usize,
pub query_id: u32,
pub channel: usize,
pub property: Btor2ChannelPropertyKind,
pub horizon: u32,
pub answer: Btor2ChannelPropertyAnswer,
pub bad_frame: Option<u32>,
pub backend: Btor2ChannelPropertyProcessBackend,
pub solver: Btor2ChannelPropertyProcessSolver,
pub representative_channel: usize,
pub witness_valuations: usize,
}Fields§
§index: usize§query_id: u32§channel: usize§property: Btor2ChannelPropertyKind§horizon: u32§answer: Btor2ChannelPropertyAnswer§bad_frame: Option<u32>§backend: Btor2ChannelPropertyProcessBackend§solver: Btor2ChannelPropertyProcessSolver§representative_channel: usize§witness_valuations: usizeTrait Implementations§
Source§impl Clone for Btor2ChannelPropertyProcessResult
impl Clone for Btor2ChannelPropertyProcessResult
Source§fn clone(&self) -> Btor2ChannelPropertyProcessResult
fn clone(&self) -> Btor2ChannelPropertyProcessResult
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 Btor2ChannelPropertyProcessResult
impl StructuralPartialEq for Btor2ChannelPropertyProcessResult
Auto Trait Implementations§
impl Freeze for Btor2ChannelPropertyProcessResult
impl RefUnwindSafe for Btor2ChannelPropertyProcessResult
impl Send for Btor2ChannelPropertyProcessResult
impl Sync for Btor2ChannelPropertyProcessResult
impl Unpin for Btor2ChannelPropertyProcessResult
impl UnsafeUnpin for Btor2ChannelPropertyProcessResult
impl UnwindSafe for Btor2ChannelPropertyProcessResult
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