pub struct Function<'a> { /* private fields */ }
Implementations§
§impl Function<'_>
impl Function<'_>
pub fn section_name(&self) -> String
pub fn section_name(&self) -> String
The name of the section in which this function is defined
pub fn debug_location(&self) -> DebugLocation
pub fn debug_location(&self) -> DebugLocation
Original source code location
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Function<'a>
impl<'a> !Send for Function<'a>
impl<'a> !Sync for Function<'a>
impl<'a> Unpin for Function<'a>
impl<'a> UnwindSafe for Function<'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