Struct evil_janet::JanetFuncEnv [−][src]
#[repr(C)]pub struct JanetFuncEnv { pub gc: JanetGCObject, pub as_: JanetFuncEnv__bindgen_ty_1, pub length: i32, pub offset: i32, }
Fields
gc: JanetGCObjectas_: JanetFuncEnv__bindgen_ty_1length: i32offset: i32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more