pub struct ToLcnfState { /* private fields */ }Expand description
Internal state for the kernel Expr to LCNF conversion.
Maintains fresh variable counters, name mappings, lifted function declarations, and accumulated metadata.
Auto Trait Implementations§
impl Freeze for ToLcnfState
impl RefUnwindSafe for ToLcnfState
impl Send for ToLcnfState
impl Sync for ToLcnfState
impl Unpin for ToLcnfState
impl UnsafeUnpin for ToLcnfState
impl UnwindSafe for ToLcnfState
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