Struct lurk_cli::syscall_info::SyscallInfo
source · pub struct SyscallInfo {
pub typ: &'static str,
pub pid: Pid,
pub syscall: Sysno,
pub args: SyscallArgs,
pub result: RetCode,
pub duration: Duration,
}Fields§
§typ: &'static str§pid: Pid§syscall: Sysno§args: SyscallArgs§result: RetCode§duration: DurationImplementations§
source§impl SyscallInfo
impl SyscallInfo
Trait Implementations§
source§impl Debug for SyscallInfo
impl Debug for SyscallInfo
Auto Trait Implementations§
impl RefUnwindSafe for SyscallInfo
impl Send for SyscallInfo
impl Sync for SyscallInfo
impl Unpin for SyscallInfo
impl UnwindSafe for SyscallInfo
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