#[repr(C)]pub struct Btor2Sort {
pub id: i64,
pub tag: Btor2SortTag,
pub name: *const c_char,
pub __bindgen_anon_1: Btor2Sort__bindgen_ty_1,
}Fields§
§id: i64§tag: Btor2SortTag§name: *const c_char§__bindgen_anon_1: Btor2Sort__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for Btor2Sort
impl RefUnwindSafe for Btor2Sort
impl !Send for Btor2Sort
impl !Sync for Btor2Sort
impl Unpin for Btor2Sort
impl UnwindSafe for Btor2Sort
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