Struct binaryninja::mlil::operation::SyscallUntypedSsa
source · pub struct SyscallUntypedSsa {
pub output: usize,
pub params: usize,
pub stack: usize,
}
Fields§
§output: usize
§params: usize
§stack: usize
Trait Implementations§
source§impl Clone for SyscallUntypedSsa
impl Clone for SyscallUntypedSsa
source§fn clone(&self) -> SyscallUntypedSsa
fn clone(&self) -> SyscallUntypedSsa
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 SyscallUntypedSsa
Auto Trait Implementations§
impl RefUnwindSafe for SyscallUntypedSsa
impl Send for SyscallUntypedSsa
impl Sync for SyscallUntypedSsa
impl Unpin for SyscallUntypedSsa
impl UnwindSafe for SyscallUntypedSsa
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