#[repr(C)]pub struct JanetFunction {
pub gc: JanetGCObject,
pub def: *mut JanetFuncDef,
pub envs: __IncompleteArrayField<*mut JanetFuncEnv>,
}Fields§
§gc: JanetGCObject§def: *mut JanetFuncDef§envs: __IncompleteArrayField<*mut JanetFuncEnv>Auto Trait Implementations§
impl !Send for JanetFunction
impl !Sync for JanetFunction
impl Freeze for JanetFunction
impl RefUnwindSafe for JanetFunction
impl Unpin for JanetFunction
impl UnsafeUnpin for JanetFunction
impl UnwindSafe for JanetFunction
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