Struct gravity::gnode_variable_decl_t [] [src]

#[repr(C)]
pub struct gnode_variable_decl_t { pub base: gnode_t, pub type_: gtoken_t, pub access: gtoken_t, pub storage: gtoken_t, pub decls: *mut gnode_r, }

Fields

Trait Implementations

impl Debug for gnode_variable_decl_t
[src]

Formats the value using the given formatter.

impl Copy for gnode_variable_decl_t
[src]

impl Clone for gnode_variable_decl_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more