Struct libc::ptrace_thread_state
source · #[repr(C)]pub struct ptrace_thread_state {
pub pts_tid: pid_t,
}
Fields§
§pts_tid: pid_t
Trait Implementations§
source§impl Clone for ptrace_thread_state
impl Clone for ptrace_thread_state
source§fn clone(&self) -> ptrace_thread_state
fn clone(&self) -> ptrace_thread_state
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 moresource§impl Debug for ptrace_thread_state
impl Debug for ptrace_thread_state
source§impl Hash for ptrace_thread_state
impl Hash for ptrace_thread_state
source§impl PartialEq<ptrace_thread_state> for ptrace_thread_state
impl PartialEq<ptrace_thread_state> for ptrace_thread_state
source§fn eq(&self, other: &ptrace_thread_state) -> bool
fn eq(&self, other: &ptrace_thread_state) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.