Struct rpgffi::CollateExpr [] [src]

#[repr(C)]
pub struct CollateExpr { pub xpr: Expr, pub arg: *mut Expr, pub collOid: Oid, pub location: c_int, }

Fields

Trait Implementations

impl Copy for CollateExpr
[src]

impl Clone for CollateExpr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more