#[repr(C)]pub struct debug_symbol_file_interface {
pub open_symbol_file: Option<unsafe extern "C" fn(obj: *mut conf_object_t, filename: *const c_char, address: uint64, absolute_address: bool) -> attr_value_t>,
pub close_symbol_file: Option<unsafe extern "C" fn(obj: *mut conf_object_t, ctx_id: *const c_char) -> attr_value_t>,
pub symbol_file_info: Option<unsafe extern "C" fn(obj: *mut conf_object_t, ctx_id: *const c_char) -> attr_value_t>,
pub sections_info: Option<unsafe extern "C" fn(obj: *mut conf_object_t, ctx_id: *const c_char) -> attr_value_t>,
pub segments_info: Option<unsafe extern "C" fn(obj: *mut conf_object_t, ctx_id: *const c_char) -> attr_value_t>,
pub open_symbol_section: Option<unsafe extern "C" fn(obj: *mut conf_object_t, filename: *const c_char, section: *const c_char, address: uint64, absolute_address: bool) -> attr_value_t>,
}
Fields§
§open_symbol_file: Option<unsafe extern "C" fn(obj: *mut conf_object_t, filename: *const c_char, address: uint64, absolute_address: bool) -> attr_value_t>
§close_symbol_file: Option<unsafe extern "C" fn(obj: *mut conf_object_t, ctx_id: *const c_char) -> attr_value_t>
§symbol_file_info: Option<unsafe extern "C" fn(obj: *mut conf_object_t, ctx_id: *const c_char) -> attr_value_t>
§sections_info: Option<unsafe extern "C" fn(obj: *mut conf_object_t, ctx_id: *const c_char) -> attr_value_t>
§segments_info: Option<unsafe extern "C" fn(obj: *mut conf_object_t, ctx_id: *const c_char) -> attr_value_t>
§open_symbol_section: Option<unsafe extern "C" fn(obj: *mut conf_object_t, filename: *const c_char, section: *const c_char, address: uint64, absolute_address: bool) -> attr_value_t>
Trait Implementations§
source§impl Clone for debug_symbol_file_interface
impl Clone for debug_symbol_file_interface
source§fn clone(&self) -> debug_symbol_file_interface
fn clone(&self) -> debug_symbol_file_interface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for debug_symbol_file_interface
impl Debug for debug_symbol_file_interface
source§impl Default for debug_symbol_file_interface
impl Default for debug_symbol_file_interface
source§fn default() -> debug_symbol_file_interface
fn default() -> debug_symbol_file_interface
Returns the “default value” for a type. Read more
source§impl Hash for debug_symbol_file_interface
impl Hash for debug_symbol_file_interface
source§impl Ord for debug_symbol_file_interface
impl Ord for debug_symbol_file_interface
source§fn cmp(&self, other: &debug_symbol_file_interface) -> Ordering
fn cmp(&self, other: &debug_symbol_file_interface) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialOrd for debug_symbol_file_interface
impl PartialOrd for debug_symbol_file_interface
impl Copy for debug_symbol_file_interface
impl Eq for debug_symbol_file_interface
impl StructuralPartialEq for debug_symbol_file_interface
Auto Trait Implementations§
impl Freeze for debug_symbol_file_interface
impl RefUnwindSafe for debug_symbol_file_interface
impl Send for debug_symbol_file_interface
impl Sync for debug_symbol_file_interface
impl Unpin for debug_symbol_file_interface
impl UnwindSafe for debug_symbol_file_interface
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)