pub struct VarPhi {
pub dest: SSAVariable,
pub first_operand: usize,
pub num_operands: usize,
}
Fields§
§dest: SSAVariable
§first_operand: usize
§num_operands: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarPhi
impl RefUnwindSafe for VarPhi
impl Send for VarPhi
impl Sync for VarPhi
impl Unpin for VarPhi
impl UnwindSafe for VarPhi
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