Struct rpgffi::XmlExprState [] [src]

#[repr(C)]
pub struct XmlExprState { pub xprstate: ExprState, pub named_args: *mut List, pub args: *mut List, }

Fields

Trait Implementations

impl Copy for XmlExprState
[src]

impl Clone for XmlExprState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more