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
sourceimpl Clone for ptrace_thread_state
impl Clone for ptrace_thread_state
sourcefn clone(&self) -> ptrace_thread_state
fn clone(&self) -> ptrace_thread_state
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ptrace_thread_state
impl Debug for ptrace_thread_state
sourceimpl Hash for ptrace_thread_state
impl Hash for ptrace_thread_state
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
sourceimpl PartialEq<ptrace_thread_state> for ptrace_thread_state
impl PartialEq<ptrace_thread_state> for ptrace_thread_state
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &ptrace_thread_state) -> bool
fn ne(&self, other: &ptrace_thread_state) -> bool
This method tests for !=
.
impl Copy for ptrace_thread_state
impl Eq for ptrace_thread_state
impl StructuralEq for ptrace_thread_state
impl StructuralPartialEq for ptrace_thread_state
Auto Trait Implementations
impl RefUnwindSafe for ptrace_thread_state
impl Send for ptrace_thread_state
impl Sync for ptrace_thread_state
impl Unpin for ptrace_thread_state
impl UnwindSafe for ptrace_thread_state
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more