pub struct CodeReference {
pub arch: Option<CoreArchitecture>,
pub func: Option<Ref<Function>>,
pub address: u64,
}
Expand description
A struct representing a single code cross-reference.
Fields§
§arch: Option<CoreArchitecture>
§func: Option<Ref<Function>>
§address: u64
Implementations§
Trait Implementations§
source§impl CoreArrayProvider for CodeReference
impl CoreArrayProvider for CodeReference
Auto Trait Implementations§
impl Freeze for CodeReference
impl RefUnwindSafe for CodeReference
impl Send for CodeReference
impl Sync for CodeReference
impl Unpin for CodeReference
impl UnwindSafe for CodeReference
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