#[repr(C)]pub struct _Panda__ProcTrace {
pub base: ProtobufCMessage,
pub pid: u32,
pub create_time: u64,
pub ppid: u32,
pub asid: u64,
pub name: *mut c_char,
pub tid: u32,
pub start_instr: u64,
}Fields§
§base: ProtobufCMessage§pid: u32§create_time: u64§ppid: u32§asid: u64§name: *mut c_char§tid: u32§start_instr: u64Trait Implementations§
Source§impl Clone for _Panda__ProcTrace
impl Clone for _Panda__ProcTrace
Source§fn clone(&self) -> _Panda__ProcTrace
fn clone(&self) -> _Panda__ProcTrace
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__ProcTrace
impl Debug for _Panda__ProcTrace
impl Copy for _Panda__ProcTrace
Auto Trait Implementations§
impl Freeze for _Panda__ProcTrace
impl RefUnwindSafe for _Panda__ProcTrace
impl !Send for _Panda__ProcTrace
impl !Sync for _Panda__ProcTrace
impl Unpin for _Panda__ProcTrace
impl UnwindSafe for _Panda__ProcTrace
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