Struct gravity::upvalue_s [] [src]

#[repr(C)]
pub struct upvalue_s { pub isa: *mut gravity_class_t, pub gc: gravity_gc_t, pub value: *mut gravity_value_t, pub closed: gravity_value_t, pub next: *mut upvalue_s, }

Fields

Trait Implementations

impl Debug for upvalue_s
[src]

Formats the value using the given formatter.

impl Copy for upvalue_s
[src]

impl Clone for upvalue_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more