Struct lurk_cli::syscall_info::SyscallArgs
source · pub struct SyscallArgs(pub Vec<SyscallArg>);Tuple Fields§
§0: Vec<SyscallArg>Trait Implementations§
source§impl Debug for SyscallArgs
impl Debug for SyscallArgs
Auto Trait Implementations§
impl RefUnwindSafe for SyscallArgs
impl Send for SyscallArgs
impl Sync for SyscallArgs
impl Unpin for SyscallArgs
impl UnwindSafe for SyscallArgs
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