Struct gravity::gravity_function_t [] [src]

#[repr(C)]
pub struct gravity_function_t { pub isa: *mut gravity_class_t, pub gc: gravity_gc_t, pub xdata: *mut c_void, pub identifier: *const c_char, pub nparams: u16, pub nlocals: u16, pub ntemps: u16, pub nupvalues: u16, pub tag: gravity_exec_type, pub __bindgen_anon_1: gravity_function_t__bindgen_ty_1, }

Fields

Trait Implementations

impl Debug for gravity_function_t
[src]

Formats the value using the given formatter.

impl Copy for gravity_function_t
[src]

impl Clone for gravity_function_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more