#[repr(C)]pub struct ptrace_sc_ret {
pub sr_retval: [register_t; 2],
pub sr_error: c_int,
}Fields§
§sr_retval: [register_t; 2]§sr_error: c_intTrait Implementations§
Source§impl Clone for ptrace_sc_ret
impl Clone for ptrace_sc_ret
Source§fn clone(&self) -> ptrace_sc_ret
fn clone(&self) -> ptrace_sc_ret
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_ret
impl Debug for ptrace_sc_ret
impl Copy for ptrace_sc_ret
Auto Trait Implementations§
impl Freeze for ptrace_sc_ret
impl RefUnwindSafe for ptrace_sc_ret
impl Send for ptrace_sc_ret
impl Sync for ptrace_sc_ret
impl Unpin for ptrace_sc_ret
impl UnwindSafe for ptrace_sc_ret
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