Struct libdw_sys::Dwfl_Thread_Callbacks
[−]
[src]
#[repr(C)]pub struct Dwfl_Thread_Callbacks { pub next_thread: Option<unsafe extern "C" fn(_: *mut Dwfl, _: *mut c_void, _: *mut *mut c_void) -> pid_t>, pub get_thread: Option<unsafe extern "C" fn(_: *mut Dwfl, _: pid_t, _: *mut c_void, _: *mut *mut c_void) -> bool>, pub memory_read: Option<unsafe extern "C" fn(_: *mut Dwfl, _: Dwarf_Addr, _: *mut Dwarf_Word, _: *mut c_void) -> bool>, pub set_initial_registers: Option<unsafe extern "C" fn(_: *mut Dwfl_Thread, _: *mut c_void) -> bool>, pub detach: Option<unsafe extern "C" fn(_: *mut Dwfl, _: *mut c_void)>, pub thread_detach: Option<unsafe extern "C" fn(_: *mut Dwfl_Thread, _: *mut c_void)>, }
Fields
next_thread: Option<unsafe extern "C" fn(_: *mut Dwfl, _: *mut c_void, _: *mut *mut c_void) -> pid_t>
get_thread: Option<unsafe extern "C" fn(_: *mut Dwfl, _: pid_t, _: *mut c_void, _: *mut *mut c_void) -> bool>
memory_read: Option<unsafe extern "C" fn(_: *mut Dwfl, _: Dwarf_Addr, _: *mut Dwarf_Word, _: *mut c_void) -> bool>
set_initial_registers: Option<unsafe extern "C" fn(_: *mut Dwfl_Thread, _: *mut c_void) -> bool>
detach: Option<unsafe extern "C" fn(_: *mut Dwfl, _: *mut c_void)>
thread_detach: Option<unsafe extern "C" fn(_: *mut Dwfl_Thread, _: *mut c_void)>
Trait Implementations
impl Debug for Dwfl_Thread_Callbacks
[src]
impl Copy for Dwfl_Thread_Callbacks
[src]
impl Clone for Dwfl_Thread_Callbacks
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more