Struct gravity::gnode_identifier_expr_t [] [src]

#[repr(C)]
pub struct gnode_identifier_expr_t { pub base: gnode_t, pub value: *const c_char, pub value2: *const c_char, pub symbol: *mut gnode_t, pub location: gnode_location_t, pub upvalue: *mut gupvalue_t, }

Fields

Trait Implementations

impl Debug for gnode_identifier_expr_t
[src]

Formats the value using the given formatter.

impl Copy for gnode_identifier_expr_t
[src]

impl Clone for gnode_identifier_expr_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more