#[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§
source§impl Clone for ptrace_syscall_info
impl Clone for ptrace_syscall_info
source§fn clone(&self) -> ptrace_syscall_info
fn clone(&self) -> ptrace_syscall_info
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ptrace_syscall_info
Auto Trait Implementations§
impl Freeze for ptrace_syscall_info
impl RefUnwindSafe for ptrace_syscall_info
impl Send for ptrace_syscall_info
impl Sync for ptrace_syscall_info
impl Unpin for ptrace_syscall_info
impl UnwindSafe for ptrace_syscall_info
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)