Struct gravity::gnode_t [] [src]

#[repr(C)]
pub struct gnode_t { pub tag: gnode_n, pub refcount: u32, pub token: gtoken_s, pub is_assignment: bool, pub meta: *mut c_void, pub decl: *mut c_void, }

Fields

Trait Implementations

impl Debug for gnode_t
[src]

Formats the value using the given formatter.

impl Copy for gnode_t
[src]

impl Clone for gnode_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more