Struct libc::ptrace_syscall_info
#[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
pub op: ::__u8pub pad: [::__u8; 3]pub arch: ::__u32pub instruction_pointer: ::__u64pub stack_pointer: ::__u64Trait Implementations
impl Clone for ptrace_syscall_info
fn clone(&Self) -> ptrace_syscall_infoimpl Copy for ptrace_syscall_infoimpl Debug for ptrace_syscall_info
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for ptrace_syscall_infoimpl Hash for ptrace_syscall_info
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<ptrace_syscall_info> for ptrace_syscall_info
fn eq(&Self, other: &ptrace_syscall_info) -> boolfn ne(&Self, other: &ptrace_syscall_info) -> boolimpl StructuralEq for ptrace_syscall_infoimpl StructuralPartialEq for ptrace_syscall_infoAuto Trait Implementations
impl RefUnwindSafe for ptrace_syscall_infoimpl Send for ptrace_syscall_infoimpl Sync for ptrace_syscall_infoimpl Unpin for ptrace_syscall_infoimpl UnwindSafe for ptrace_syscall_infoBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T