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: __u8pad: [__u8; 3]arch: __u32instruction_pointer: __u64stack_pointer: __u64u: __c_anonymous_ptrace_syscall_info_dataTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
