pub struct RelocInfo {
pub address: u64,
pub kind: RelocKind,
}
Expand description
Relocation info
Fields§
§address: u64
Address
kind: RelocKind
Relocation kind
Implementations§
Trait Implementations§
source§impl PartialEq for RelocInfo
impl PartialEq for RelocInfo
impl Copy for RelocInfo
impl Eq for RelocInfo
impl StructuralEq for RelocInfo
impl StructuralPartialEq for RelocInfo
Auto Trait Implementations§
impl RefUnwindSafe for RelocInfo
impl Send for RelocInfo
impl Sync for RelocInfo
impl Unpin for RelocInfo
impl UnwindSafe for RelocInfo
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