pub struct NativeFunction {
pub func: NativeFunc,
pub name: &'static str,
pub arity: u32,
}Fields§
§func: NativeFunc§name: &'static str§arity: u32Implementations§
Auto Trait Implementations§
impl Freeze for NativeFunction
impl RefUnwindSafe for NativeFunction
impl Send for NativeFunction
impl Sync for NativeFunction
impl Unpin for NativeFunction
impl UnsafeUnpin for NativeFunction
impl UnwindSafe for NativeFunction
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