Struct gravity::gnode_var_t [] [src]

#[repr(C)]
pub struct gnode_var_t { pub base: gnode_t, pub env: *mut gnode_t, pub identifier: *const c_char, pub annotation_type: *const c_char, pub expr: *mut gnode_t, pub access: gtoken_t, pub index: u16, pub upvalue: bool, }

Fields

Trait Implementations

impl Debug for gnode_var_t
[src]

Formats the value using the given formatter.

impl Copy for gnode_var_t
[src]

impl Clone for gnode_var_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more