Struct gravity::gnode_binary_expr_t [] [src]

#[repr(C)]
pub struct gnode_binary_expr_t { pub base: gnode_t, pub op: gtoken_t, pub left: *mut gnode_t, pub right: *mut gnode_t, }

Fields

Trait Implementations

impl Debug for gnode_binary_expr_t
[src]

Formats the value using the given formatter.

impl Copy for gnode_binary_expr_t
[src]

impl Clone for gnode_binary_expr_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more