Expand description
Relocation info
Fields
address: u64
Address
kind: RelocKind
Relocation kind
Implementations
Trait Implementations
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
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