pub enum Btor2SortContent {
Array {
index: i64,
element: i64,
},
Bitvec {
width: u32,
},
}Variants§
Trait Implementations§
Source§impl Clone for Btor2SortContent
impl Clone for Btor2SortContent
Source§fn clone(&self) -> Btor2SortContent
fn clone(&self) -> Btor2SortContent
Returns a copy 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 Btor2SortContent
impl Debug for Btor2SortContent
impl Copy for Btor2SortContent
Auto Trait Implementations§
impl Freeze for Btor2SortContent
impl RefUnwindSafe for Btor2SortContent
impl Send for Btor2SortContent
impl Sync for Btor2SortContent
impl Unpin for Btor2SortContent
impl UnwindSafe for Btor2SortContent
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