Struct rpgffi::ArrayRef [] [src]

#[repr(C)]
pub struct ArrayRef { pub xpr: Expr, pub refarraytype: Oid, pub refelemtype: Oid, pub reftypmod: int32, pub refcollid: Oid, pub refupperindexpr: *mut List, pub reflowerindexpr: *mut List, pub refexpr: *mut Expr, pub refassgnexpr: *mut Expr, }

Fields

Trait Implementations

impl Copy for ArrayRef
[src]

impl Clone for ArrayRef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more