pub struct CommOrExecRecord<'a> {
pub pid: i32,
pub tid: i32,
pub name: RawData<'a>,
pub is_execve: bool,
}
Fields§
§pid: i32
§tid: i32
§name: RawData<'a>
§is_execve: bool
Implementations§
Trait Implementations§
source§impl<'a> Clone for CommOrExecRecord<'a>
impl<'a> Clone for CommOrExecRecord<'a>
source§fn clone(&self) -> CommOrExecRecord<'a>
fn clone(&self) -> CommOrExecRecord<'a>
Returns a copy 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 more