pub struct Phi {
pub result: VarId,
pub var: Var,
pub args: Vec<(usize, VarId)>,
}Fields§
§result: VarId§var: Var§args: Vec<(usize, VarId)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Phi
impl RefUnwindSafe for Phi
impl Send for Phi
impl Sync for Phi
impl Unpin for Phi
impl UnwindSafe for Phi
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