#[repr(C)]pub struct ptrace_vm_entry {
pub pve_entry: c_int,
pub pve_timestamp: c_int,
pub pve_start: c_ulong,
pub pve_end: c_ulong,
pub pve_offset: c_ulong,
pub pve_prot: c_uint,
pub pve_pathlen: c_uint,
pub pve_fileid: c_long,
pub pve_fsid: u32,
pub pve_path: *mut c_char,
}Fields§
§pve_entry: c_int§pve_timestamp: c_int§pve_start: c_ulong§pve_end: c_ulong§pve_offset: c_ulong§pve_prot: c_uint§pve_pathlen: c_uint§pve_fileid: c_long§pve_fsid: u32§pve_path: *mut c_charTrait Implementations§
Source§impl Clone for ptrace_vm_entry
impl Clone for ptrace_vm_entry
Source§fn clone(&self) -> ptrace_vm_entry
fn clone(&self) -> ptrace_vm_entry
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_vm_entry
impl Debug for ptrace_vm_entry
impl Copy for ptrace_vm_entry
Auto Trait Implementations§
impl Freeze for ptrace_vm_entry
impl RefUnwindSafe for ptrace_vm_entry
impl !Send for ptrace_vm_entry
impl !Sync for ptrace_vm_entry
impl Unpin for ptrace_vm_entry
impl UnwindSafe for ptrace_vm_entry
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