#[repr(C)]pub struct _Panda__Syscall {
pub base: ProtobufCMessage,
pub pid: u32,
pub ppid: u32,
pub tid: u32,
pub create_time: u64,
pub retcode: i64,
pub call_name: *mut i8,
pub n_args: u64,
pub args: *mut *mut _Panda__NamedData,
}Fields§
§base: ProtobufCMessage§pid: u32§ppid: u32§tid: u32§create_time: u64§retcode: i64§call_name: *mut i8§n_args: u64§args: *mut *mut _Panda__NamedDataTrait Implementations§
Source§impl Clone for _Panda__Syscall
impl Clone for _Panda__Syscall
Source§fn clone(&self) -> _Panda__Syscall
fn clone(&self) -> _Panda__Syscall
Returns a duplicate 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 moreSource§impl Debug for _Panda__Syscall
impl Debug for _Panda__Syscall
impl Copy for _Panda__Syscall
Auto Trait Implementations§
impl Freeze for _Panda__Syscall
impl RefUnwindSafe for _Panda__Syscall
impl !Send for _Panda__Syscall
impl !Sync for _Panda__Syscall
impl Unpin for _Panda__Syscall
impl UnwindSafe for _Panda__Syscall
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