Struct binaryninja::types::ArchAndAddr
source · pub struct ArchAndAddr {
pub arch: CoreArchitecture,
pub address: u64,
}
Fields§
§arch: CoreArchitecture
§address: u64
Trait Implementations§
source§impl Clone for ArchAndAddr
impl Clone for ArchAndAddr
source§fn clone(&self) -> ArchAndAddr
fn clone(&self) -> ArchAndAddr
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 Hash for ArchAndAddr
impl Hash for ArchAndAddr
source§impl PartialEq for ArchAndAddr
impl PartialEq for ArchAndAddr
source§fn eq(&self, other: &ArchAndAddr) -> bool
fn eq(&self, other: &ArchAndAddr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ArchAndAddr
impl Eq for ArchAndAddr
impl StructuralPartialEq for ArchAndAddr
Auto Trait Implementations§
impl RefUnwindSafe for ArchAndAddr
impl Send for ArchAndAddr
impl Sync for ArchAndAddr
impl Unpin for ArchAndAddr
impl UnwindSafe for ArchAndAddr
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