pub struct Function<'a> { /* private fields */ }Expand description
This structure wraps a LF_PROCEDURE PDB type
Implementations§
§impl Function<'_>
impl Function<'_>
pub fn return_type(&self) -> Option<Type<'_>>
pub fn return_type(&self) -> Option<Type<'_>>
Type returned by the function
pub fn parameters(&self) -> ParametersIt<'_> ⓘ
pub fn parameters(&self) -> ParametersIt<'_> ⓘ
Type of the function’s parameters
Trait Implementations§
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