Struct binaryninja::mlil::operation::MemPhi
source · pub struct MemPhi {
pub dest_memory: u64,
pub first_operand: usize,
pub num_operands: usize,
}
Fields§
§dest_memory: u64
§first_operand: usize
§num_operands: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MemPhi
impl Send for MemPhi
impl Sync for MemPhi
impl Unpin for MemPhi
impl UnwindSafe for MemPhi
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