pub struct RebaseSymbol {
pub segment_index: usize,
pub symbol_offset: isize,
pub symbol_type: BindSymbolType,
}Expand description
The rebase symbol information
Fields§
§segment_index: usize§symbol_offset: isize§symbol_type: BindSymbolTypeTrait Implementations§
Source§impl Clone for RebaseSymbol
impl Clone for RebaseSymbol
Source§fn clone(&self) -> RebaseSymbol
fn clone(&self) -> RebaseSymbol
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RebaseSymbol
impl Debug for RebaseSymbol
Source§impl Default for RebaseSymbol
impl Default for RebaseSymbol
Source§fn default() -> RebaseSymbol
fn default() -> RebaseSymbol
Returns the “default value” for a type. Read more
Source§impl PartialEq for RebaseSymbol
impl PartialEq for RebaseSymbol
impl StructuralPartialEq for RebaseSymbol
Auto Trait Implementations§
impl Freeze for RebaseSymbol
impl RefUnwindSafe for RebaseSymbol
impl Send for RebaseSymbol
impl Sync for RebaseSymbol
impl Unpin for RebaseSymbol
impl UnwindSafe for RebaseSymbol
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