Struct evil_janet::JanetFunction
source · #[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 Freeze for JanetFunction
impl RefUnwindSafe for JanetFunction
impl !Send for JanetFunction
impl !Sync for JanetFunction
impl Unpin 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