#[repr(C)]pub struct Btor2Line {
pub id: i64,
pub lineno: i64,
pub name: *const c_char,
pub tag: Btor2Tag,
pub sort: Btor2Sort,
pub init: i64,
pub next: i64,
pub constant: *mut c_char,
pub symbol: *mut c_char,
pub nargs: u32,
pub args: *mut i64,
}Fields§
§id: i64§lineno: i64§name: *const c_char§tag: Btor2Tag§sort: Btor2Sort§init: i64§next: i64§constant: *mut c_char§symbol: *mut c_char§nargs: u32§args: *mut i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Btor2Line
impl RefUnwindSafe for Btor2Line
impl !Send for Btor2Line
impl !Sync for Btor2Line
impl Unpin for Btor2Line
impl UnwindSafe for Btor2Line
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