pub struct DyldInfo<'a> { /* private fields */ }Implementations§
§impl<'a> DyldInfo<'a>
impl<'a> DyldInfo<'a>
pub fn rebase_opcodes(&self) -> &[u8] ⓘ
pub fn bind_opcodes(&self) -> &[u8] ⓘ
pub fn weak_bind_opcodes(&self) -> &[u8] ⓘ
pub fn lazy_bind_opcodes(&self) -> &[u8] ⓘ
pub fn export_trie(&self) -> &[u8] ⓘ
pub fn bindings(&self) -> BindingInfos<'_> ⓘ
pub fn exports(&self) -> ExportInfos<'_> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DyldInfo<'a>
impl<'a> !Send for DyldInfo<'a>
impl<'a> !Sync for DyldInfo<'a>
impl<'a> Unpin for DyldInfo<'a>
impl<'a> UnwindSafe for DyldInfo<'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