Enum lurk_cli::syscall_info::SyscallArg
source · pub enum SyscallArg {
Int(i64),
Bytes(Vec<u8>),
Addr(usize),
}Variants§
Implementations§
Trait Implementations§
source§impl Debug for SyscallArg
impl Debug for SyscallArg
Auto Trait Implementations§
impl Freeze for SyscallArg
impl RefUnwindSafe for SyscallArg
impl Send for SyscallArg
impl Sync for SyscallArg
impl Unpin for SyscallArg
impl UnwindSafe for SyscallArg
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