pub struct NativeFunctionInfo {
pub f: NativeFunction,
pub typeidx: usize,
}
Fields§
§f: NativeFunction
§typeidx: usize
Auto Trait Implementations§
impl Freeze for NativeFunctionInfo
impl !RefUnwindSafe for NativeFunctionInfo
impl !Send for NativeFunctionInfo
impl !Sync for NativeFunctionInfo
impl Unpin for NativeFunctionInfo
impl !UnwindSafe for NativeFunctionInfo
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