Struct binaryninja::function::Location
[−]pub struct Location {
pub arch: Option<CoreArchitecture>,
pub addr: u64,
}
Fields
arch: Option<CoreArchitecture>
addr: u64
Trait Implementations
impl From<(CoreArchitecture, u64)> for Location
impl From<(CoreArchitecture, u64)> for Location
fn from(loc: (CoreArchitecture, u64)) -> Self
fn from(loc: (CoreArchitecture, u64)) -> Self
Converts to this type from the input type.
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more