Struct gravity::gnode_postfix_expr_t [] [src]

#[repr(C)]
pub struct gnode_postfix_expr_t { pub base: gnode_t, pub id: *mut gnode_t, pub list: *mut gnode_r, }

Fields

Trait Implementations

impl Debug for gnode_postfix_expr_t
[src]

Formats the value using the given formatter.

impl Copy for gnode_postfix_expr_t
[src]

impl Clone for gnode_postfix_expr_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more