#[repr(C)]pub struct ptrace_io_desc {
pub piod_op: c_int,
pub piod_offs: *mut c_void,
pub piod_addr: *mut c_void,
pub piod_len: size_t,
}Fields§
§piod_op: c_int§piod_offs: *mut c_void§piod_addr: *mut c_void§piod_len: size_tTrait Implementations§
Source§impl Clone for ptrace_io_desc
impl Clone for ptrace_io_desc
Source§fn clone(&self) -> ptrace_io_desc
fn clone(&self) -> ptrace_io_desc
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_io_desc
impl Debug for ptrace_io_desc
impl Copy for ptrace_io_desc
Auto Trait Implementations§
impl Freeze for ptrace_io_desc
impl RefUnwindSafe for ptrace_io_desc
impl !Send for ptrace_io_desc
impl !Sync for ptrace_io_desc
impl Unpin for ptrace_io_desc
impl UnwindSafe for ptrace_io_desc
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