[][src]Struct dw_sys::Dwfl_Callbacks

#[repr(C)]
pub struct Dwfl_Callbacks { pub find_elf: Option<unsafe extern "C" fn(mod_: *mut Dwfl_Module, userdata: *mut *mut c_void, modname: *const c_char, base: Dwarf_Addr, file_name: *mut *mut c_char, elfp: *mut *mut Elf) -> c_int>, pub find_debuginfo: Option<unsafe extern "C" fn(mod_: *mut Dwfl_Module, userdata: *mut *mut c_void, modname: *const c_char, base: Dwarf_Addr, file_name: *const c_char, debuglink_file: *const c_char, debuglink_crc: GElf_Word, debuginfo_file_name: *mut *mut c_char) -> c_int>, pub section_address: Option<unsafe extern "C" fn(mod_: *mut Dwfl_Module, userdata: *mut *mut c_void, modname: *const c_char, base: Dwarf_Addr, secname: *const c_char, shndx: GElf_Word, shdr: *const GElf_Shdr, addr: *mut Dwarf_Addr) -> c_int>, pub debuginfo_path: *mut *mut c_char, }

Fields

Trait Implementations

impl Clone for Dwfl_Callbacks
[src]

Performs copy-assignment from source. Read more

impl Copy for Dwfl_Callbacks
[src]

Auto Trait Implementations

impl !Send for Dwfl_Callbacks

impl !Sync for Dwfl_Callbacks

Blanket Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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