Struct binaryninja::hlil::operation::VarPhi
source · pub struct VarPhi {
pub dest: SSAVariable,
pub first_src: usize,
pub num_srcs: usize,
}
Fields§
§dest: SSAVariable
§first_src: usize
§num_srcs: usize
Trait Implementations§
Auto Trait Implementations§
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