Struct libc::ptrace_io_desc
source · [−]#[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_t
Trait Implementations
sourceimpl Clone for ptrace_io_desc
impl Clone for ptrace_io_desc
sourcefn clone(&self) -> ptrace_io_desc
fn clone(&self) -> ptrace_io_desc
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ptrace_io_desc
impl Debug for ptrace_io_desc
sourceimpl Hash for ptrace_io_desc
impl Hash for ptrace_io_desc
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
sourceimpl PartialEq<ptrace_io_desc> for ptrace_io_desc
impl PartialEq<ptrace_io_desc> for ptrace_io_desc
sourcefn eq(&self, other: &ptrace_io_desc) -> bool
fn eq(&self, other: &ptrace_io_desc) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ptrace_io_desc) -> bool
fn ne(&self, other: &ptrace_io_desc) -> bool
This method tests for !=
.
impl Copy for ptrace_io_desc
impl Eq for ptrace_io_desc
impl StructuralEq for ptrace_io_desc
impl StructuralPartialEq for ptrace_io_desc
Auto Trait Implementations
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more