pub struct Executable { /* private fields */ }Implementations§
Source§impl Executable
impl Executable
pub fn debug_info<'a>(&'a self) -> DebugInfo<EndianBuf<'a, RunTimeEndian>>
pub fn debug_abbrev<'a>(&'a self) -> DebugAbbrev<EndianBuf<'a, RunTimeEndian>>
pub fn debug_str<'a>(&'a self) -> DebugStr<EndianBuf<'a, RunTimeEndian>>
pub fn get_functions(self) -> Vec<Function>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Executable
impl RefUnwindSafe for Executable
impl Send for Executable
impl Sync for Executable
impl Unpin for Executable
impl UnwindSafe for Executable
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