Struct gravity::gnode_module_decl_t [] [src]

#[repr(C)]
pub struct gnode_module_decl_t { pub base: gnode_t, pub env: *mut gnode_t, pub access: gtoken_t, pub storage: gtoken_t, pub identifier: *const c_char, pub decls: *mut gnode_r, pub symtable: *mut symboltable_t, }

Fields

Trait Implementations

impl Debug for gnode_module_decl_t
[src]

Formats the value using the given formatter.

impl Copy for gnode_module_decl_t
[src]

impl Clone for gnode_module_decl_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more