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