pub struct ExternFunction {
pub name: String,
pub ty: FunctionType,
}Fields§
§name: String§ty: FunctionTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExternFunction
impl RefUnwindSafe for ExternFunction
impl Send for ExternFunction
impl Sync for ExternFunction
impl Unpin for ExternFunction
impl UnwindSafe for ExternFunction
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