Struct binaryninja::hlil::operation::Call
source · pub struct Call {
pub dest: usize,
pub first_param: usize,
pub num_params: usize,
}
Fields§
§dest: usize
§first_param: usize
§num_params: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl UnwindSafe for Call
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