Struct gravity::gravity_callframe_t [] [src]

#[repr(C)]
pub struct gravity_callframe_t { pub ip: *mut u32, pub dest: u32, pub nargs: u16, pub args: *mut gravity_list_t, pub closure: *mut gravity_closure_t, pub stackstart: *mut gravity_value_t, pub outloop: bool, }

Fields

Trait Implementations

impl Debug for gravity_callframe_t
[src]

Formats the value using the given formatter.

impl Copy for gravity_callframe_t
[src]

impl Clone for gravity_callframe_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more