Struct rpgffi::A_ArrayExpr [] [src]

#[repr(C)]
pub struct A_ArrayExpr { pub type_: NodeTag, pub elements: *mut List, pub location: c_int, }

Fields

Trait Implementations

impl Copy for A_ArrayExpr
[src]

impl Clone for A_ArrayExpr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more