#[repr(u32)]pub enum Cvc5LearnedLitType {
CVC5_LEARNED_LIT_TYPE_PREPROCESS_SOLVED = 0,
CVC5_LEARNED_LIT_TYPE_PREPROCESS = 1,
CVC5_LEARNED_LIT_TYPE_INPUT = 2,
CVC5_LEARNED_LIT_TYPE_SOLVABLE = 3,
CVC5_LEARNED_LIT_TYPE_CONSTANT_PROP = 4,
CVC5_LEARNED_LIT_TYPE_INTERNAL = 5,
CVC5_LEARNED_LIT_TYPE_UNKNOWN = 6,
CVC5_LEARNED_LIT_TYPE_LAST = 7,
}Variants§
CVC5_LEARNED_LIT_TYPE_PREPROCESS_SOLVED = 0
CVC5_LEARNED_LIT_TYPE_PREPROCESS = 1
CVC5_LEARNED_LIT_TYPE_INPUT = 2
CVC5_LEARNED_LIT_TYPE_SOLVABLE = 3
CVC5_LEARNED_LIT_TYPE_CONSTANT_PROP = 4
CVC5_LEARNED_LIT_TYPE_INTERNAL = 5
CVC5_LEARNED_LIT_TYPE_UNKNOWN = 6
CVC5_LEARNED_LIT_TYPE_LAST = 7
Trait Implementations§
Source§impl Clone for Cvc5LearnedLitType
impl Clone for Cvc5LearnedLitType
Source§fn clone(&self) -> Cvc5LearnedLitType
fn clone(&self) -> Cvc5LearnedLitType
Returns a duplicate of the value. Read more
1.0.0 · 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 Cvc5LearnedLitType
impl Debug for Cvc5LearnedLitType
Source§impl Hash for Cvc5LearnedLitType
impl Hash for Cvc5LearnedLitType
Source§impl PartialEq for Cvc5LearnedLitType
impl PartialEq for Cvc5LearnedLitType
impl Copy for Cvc5LearnedLitType
impl Eq for Cvc5LearnedLitType
impl StructuralPartialEq for Cvc5LearnedLitType
Auto Trait Implementations§
impl Freeze for Cvc5LearnedLitType
impl RefUnwindSafe for Cvc5LearnedLitType
impl Send for Cvc5LearnedLitType
impl Sync for Cvc5LearnedLitType
impl Unpin for Cvc5LearnedLitType
impl UnsafeUnpin for Cvc5LearnedLitType
impl UnwindSafe for Cvc5LearnedLitType
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