Struct gravity::gnode_compound_stmt_t [] [src]

#[repr(C)]
pub struct gnode_compound_stmt_t { pub base: gnode_t, pub symtable: *mut symboltable_t, pub stmts: *mut gnode_r, pub nclose: u32, }

Fields

Trait Implementations

impl Debug for gnode_compound_stmt_t
[src]

Formats the value using the given formatter.

impl Copy for gnode_compound_stmt_t
[src]

impl Clone for gnode_compound_stmt_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more