Struct binaryninja::function::Location
source · pub struct Location {
pub arch: Option<CoreArchitecture>,
pub addr: u64,
}
Fields§
§arch: Option<CoreArchitecture>
§addr: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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