Struct rpgffi::Expr
[−]
[src]
#[repr(C)]pub struct Expr { pub type_: NodeTag, }
Fields
type_: NodeTag
Trait Implementations
impl Copy for Expr[src]
impl Clone for Expr[src]
fn clone(&self) -> Expr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more