pub(crate) struct Functions<R: Reader> {
pub(crate) functions: Box<[LazyFunction<R>]>,
pub(crate) addresses: Box<[FunctionAddress]>,
}
Fields§
§functions: Box<[LazyFunction<R>]>
List of all DW_TAG_subprogram
details in the unit.
addresses: Box<[FunctionAddress]>
List of DW_TAG_subprogram
address ranges in the unit.
Implementations§
Auto Trait Implementations§
impl<R> Freeze for Functions<R>
impl<R> !RefUnwindSafe for Functions<R>
impl<R> Send for Functions<R>
impl<R> !Sync for Functions<R>
impl<R> Unpin for Functions<R>
impl<R> UnwindSafe for Functions<R>
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