Struct libc::ptrace_event
source · #[repr(C)]pub struct ptrace_event {
pub pe_set_event: c_int,
}Fields§
§pe_set_event: c_intTrait Implementations§
source§impl Clone for ptrace_event
impl Clone for ptrace_event
source§fn clone(&self) -> ptrace_event
fn clone(&self) -> ptrace_event
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more