#[repr(C)]pub struct deffacts {
pub header: ConstructHeader,
pub assertList: *mut expr,
}Fields§
§header: ConstructHeader§assertList: *mut exprTrait Implementations§
impl Copy for deffacts
Auto Trait Implementations§
impl Freeze for deffacts
impl RefUnwindSafe for deffacts
impl !Send for deffacts
impl !Sync for deffacts
impl Unpin for deffacts
impl UnwindSafe for deffacts
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