Struct libc::ptrace_syscall_info [−][src]
#[repr(C)]pub struct ptrace_syscall_info {
pub op: __u8,
pub pad: [__u8; 3],
pub arch: __u32,
pub instruction_pointer: __u64,
pub stack_pointer: __u64,
pub u: __c_anonymous_ptrace_syscall_info_data,
}
Fields
op: __u8
pad: [__u8; 3]
arch: __u32
instruction_pointer: __u64
stack_pointer: __u64
u: __c_anonymous_ptrace_syscall_info_data
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.