#[repr(C)]pub struct ptrace_sc_remote {
pub pscr_ret: ptrace_sc_ret,
pub pscr_syscall: c_uint,
pub pscr_nargs: c_uint,
pub pscr_args: *mut register_t,
}Fields§
§pscr_ret: ptrace_sc_ret§pscr_syscall: c_uint§pscr_nargs: c_uint§pscr_args: *mut register_tTrait Implementations§
Source§impl Clone for ptrace_sc_remote
impl Clone for ptrace_sc_remote
Source§fn clone(&self) -> ptrace_sc_remote
fn clone(&self) -> ptrace_sc_remote
Returns a duplicate 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 moreSource§impl Debug for ptrace_sc_remote
impl Debug for ptrace_sc_remote
impl Copy for ptrace_sc_remote
Auto Trait Implementations§
impl Freeze for ptrace_sc_remote
impl RefUnwindSafe for ptrace_sc_remote
impl !Send for ptrace_sc_remote
impl !Sync for ptrace_sc_remote
impl Unpin for ptrace_sc_remote
impl UnwindSafe for ptrace_sc_remote
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