Struct rpgffi::VariableSetStmt [] [src]

#[repr(C)]
pub struct VariableSetStmt { pub type_: NodeTag, pub kind: VariableSetKind, pub name: *mut c_char, pub args: *mut List, pub is_local: bool_, }

Fields

Trait Implementations

impl Copy for VariableSetStmt
[src]

impl Clone for VariableSetStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more