Struct rpgffi::XmlExprState
[−]
[src]
#[repr(C)]pub struct XmlExprState { pub xprstate: ExprState, pub named_args: *mut List, pub args: *mut List, }
Fields
xprstate: ExprState
named_args: *mut List
args: *mut List
Trait Implementations
impl Copy for XmlExprState
[src]
impl Clone for XmlExprState
[src]
fn clone(&self) -> XmlExprState
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