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§
Auto Trait Implementations§
impl Freeze for DataReference
impl RefUnwindSafe for DataReference
impl Send for DataReference
impl Sync for DataReference
impl Unpin for DataReference
impl UnwindSafe for DataReference
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