pub struct FunctionHandle {
    pub ptr: FunctionPointer,
    pub id: FunctionIndex,
}Fields§
§ptr: FunctionPointer§id: FunctionIndexAuto Trait Implementations§
impl Freeze for FunctionHandle
impl RefUnwindSafe for FunctionHandle
impl Send for FunctionHandle
impl Sync for FunctionHandle
impl Unpin for FunctionHandle
impl UnwindSafe for FunctionHandle
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