pub struct RelocationOptions {
pub from: u32,
pub to: u32,
pub addend: i32,
pub kind: RelocationKind,
pub module: RelocationModule,
pub comments: Comments,
}Fields§
§from: u32§to: u32§addend: i32§kind: RelocationKind§module: RelocationModule§comments: CommentsAuto Trait Implementations§
impl Freeze for RelocationOptions
impl RefUnwindSafe for RelocationOptions
impl Send for RelocationOptions
impl Sync for RelocationOptions
impl Unpin for RelocationOptions
impl UnsafeUnpin for RelocationOptions
impl UnwindSafe for RelocationOptions
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