[][src]Struct libc::ptrace_vm_entry

#[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_intpve_timestamp: c_intpve_start: c_ulongpve_end: c_ulongpve_offset: c_ulongpve_prot: c_uintpve_pathlen: c_uintpve_fileid: c_longpve_fsid: u32pve_path: *mut c_char

Trait Implementations

impl Clone for ptrace_vm_entry[src]

impl Copy for ptrace_vm_entry[src]

Auto Trait Implementations

impl !Send for ptrace_vm_entry

impl !Sync for ptrace_vm_entry

impl Unpin for ptrace_vm_entry

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.