#[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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 88 bytes