pub struct LinkingInfo<'a> {
pub segments_info: Vec<Segment<'a>>,
pub init_funcs: Vec<InitFunc>,
pub comdat_info: Vec<Comdat<'a>>,
pub linking_symbols: LinkingSymbolsInfo<'a>,
pub unknown_linking: Vec<UnknownInfo<'a>>,
}Fields§
§segments_info: Vec<Segment<'a>>§init_funcs: Vec<InitFunc>§comdat_info: Vec<Comdat<'a>>§linking_symbols: LinkingSymbolsInfo<'a>§unknown_linking: Vec<UnknownInfo<'a>>Trait Implementations§
Source§impl<'a> Debug for LinkingInfo<'a>
impl<'a> Debug for LinkingInfo<'a>
Source§impl<'a> Default for LinkingInfo<'a>
impl<'a> Default for LinkingInfo<'a>
Source§fn default() -> LinkingInfo<'a>
fn default() -> LinkingInfo<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for LinkingInfo<'a>
impl<'a> RefUnwindSafe for LinkingInfo<'a>
impl<'a> Send for LinkingInfo<'a>
impl<'a> Sync for LinkingInfo<'a>
impl<'a> Unpin for LinkingInfo<'a>
impl<'a> UnsafeUnpin for LinkingInfo<'a>
impl<'a> UnwindSafe for LinkingInfo<'a>
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