pub(crate) struct RuntimeFunction {
pub(crate) function_id: FunctionId,
pub(crate) descriptor: RuntimeFnDescriptor,
}Expand description
Resolved runtime function along with its ABI descriptor.
Fields§
§function_id: FunctionId§descriptor: RuntimeFnDescriptorTrait Implementations§
Source§impl Clone for RuntimeFunction
impl Clone for RuntimeFunction
Source§fn clone(&self) -> RuntimeFunction
fn clone(&self) -> RuntimeFunction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimeFunction
impl Debug for RuntimeFunction
impl Copy for RuntimeFunction
Auto Trait Implementations§
impl Freeze for RuntimeFunction
impl RefUnwindSafe for RuntimeFunction
impl Send for RuntimeFunction
impl Sync for RuntimeFunction
impl Unpin for RuntimeFunction
impl UnwindSafe for RuntimeFunction
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