#[repr(C)]pub struct BNDebugFunctionInfo {
pub shortName: *mut c_char,
pub fullName: *mut c_char,
pub rawName: *mut c_char,
pub address: u64,
pub type_: *mut BNType,
pub platform: *mut BNPlatform,
pub components: *mut *mut c_char,
pub componentN: usize,
pub localVariables: *mut BNVariableNameAndType,
pub localVariableN: usize,
}
Fields§
§shortName: *mut c_char
§fullName: *mut c_char
§rawName: *mut c_char
§address: u64
§type_: *mut BNType
§platform: *mut BNPlatform
§components: *mut *mut c_char
§componentN: usize
§localVariables: *mut BNVariableNameAndType
§localVariableN: usize
Trait Implementations§
source§impl Clone for BNDebugFunctionInfo
impl Clone for BNDebugFunctionInfo
source§fn clone(&self) -> BNDebugFunctionInfo
fn clone(&self) -> BNDebugFunctionInfo
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 BNDebugFunctionInfo
impl Debug for BNDebugFunctionInfo
source§impl Default for BNDebugFunctionInfo
impl Default for BNDebugFunctionInfo
impl Copy for BNDebugFunctionInfo
Auto Trait Implementations§
impl Freeze for BNDebugFunctionInfo
impl RefUnwindSafe for BNDebugFunctionInfo
impl !Send for BNDebugFunctionInfo
impl !Sync for BNDebugFunctionInfo
impl Unpin for BNDebugFunctionInfo
impl UnwindSafe for BNDebugFunctionInfo
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
)