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

Trait Implementations

impl Debug for Dwfl_Thread_Callbacks
[src]

[src]

Formats the value using the given formatter.

impl Copy for Dwfl_Thread_Callbacks
[src]

impl Clone for Dwfl_Thread_Callbacks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more