[−][src]Struct libc::ptrace_vm_entry
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_char
Trait Implementations
impl Clone for ptrace_vm_entry
[src][+]
impl Copy for ptrace_vm_entry
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,