Struct binaryninja::references::DataReference
[−]pub struct DataReference {
pub address: u64,
}
Expand description
A struct representing a single data cross-reference.
Data references have no associated metadata, so this object has only
a single DataReference::address
attribute.
Fields
address: u64
Trait Implementations
impl CoreArrayProvider for DataReference
impl CoreArrayProvider for DataReference
impl<'a> CoreArrayWrapper<'a> for DataReference
impl<'a> CoreArrayWrapper<'a> for DataReference
impl CoreOwnedArrayProvider for DataReference
impl CoreOwnedArrayProvider for DataReference
Auto Trait Implementations
impl RefUnwindSafe for DataReference
impl Send for DataReference
impl Sync for DataReference
impl Unpin for DataReference
impl UnwindSafe for DataReference
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