Struct libc::ptrace_peeksiginfo_args
source · #[repr(C)]pub struct ptrace_peeksiginfo_args {
pub off: __u64,
pub flags: __u32,
pub nr: __s32,
}
Fields§
§off: __u64
§flags: __u32
§nr: __s32
Trait Implementations§
source§impl Clone for ptrace_peeksiginfo_args
impl Clone for ptrace_peeksiginfo_args
source§fn clone(&self) -> ptrace_peeksiginfo_args
fn clone(&self) -> ptrace_peeksiginfo_args
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 more