Struct binaryninja::mlil::operation::SyscallUntyped
source · pub struct SyscallUntyped {
pub output: usize,
pub params: usize,
pub stack: usize,
}
Fields§
§output: usize
§params: usize
§stack: usize
Trait Implementations§
source§impl Clone for SyscallUntyped
impl Clone for SyscallUntyped
source§fn clone(&self) -> SyscallUntyped
fn clone(&self) -> SyscallUntyped
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SyscallUntyped
Auto Trait Implementations§
impl RefUnwindSafe for SyscallUntyped
impl Send for SyscallUntyped
impl Sync for SyscallUntyped
impl Unpin for SyscallUntyped
impl UnwindSafe for SyscallUntyped
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