Struct rpgffi::ArrayRefExprState [] [src]

#[repr(C)]
pub struct ArrayRefExprState { pub xprstate: ExprState, pub refupperindexpr: *mut List, pub reflowerindexpr: *mut List, pub refexpr: *mut ExprState, pub refassgnexpr: *mut ExprState, pub refattrlength: int16, pub refelemlength: int16, pub refelembyval: bool_, pub refelemalign: c_char, }

Fields

Trait Implementations

impl Copy for ArrayRefExprState
[src]

impl Clone for ArrayRefExprState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more