#[repr(C)]pub struct FunctionDecl<'a> { /* private fields */ }
Implementations§
Source§impl<'a> FunctionDecl<'a>
impl<'a> FunctionDecl<'a>
pub fn add_overload(self: Pin<&mut Self>, overload: &OverloadDecl<'a>) -> Status
Trait Implementations§
Source§impl<'a> ExternType for FunctionDecl<'a>
impl<'a> ExternType for FunctionDecl<'a>
impl Send for FunctionDecl<'_>
impl Sync for FunctionDecl<'_>
impl<'a> UniquePtrTarget for FunctionDecl<'a>
Auto Trait Implementations§
impl<'a> !Freeze for FunctionDecl<'a>
impl<'a> RefUnwindSafe for FunctionDecl<'a>
impl<'a> !Unpin for FunctionDecl<'a>
impl<'a> UnwindSafe for FunctionDecl<'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