Struct rpgffi::Const [] [src]

#[repr(C)]
pub struct Const { pub xpr: Expr, pub consttype: Oid, pub consttypmod: int32, pub constcollid: Oid, pub constlen: c_int, pub constvalue: Datum, pub constisnull: bool_, pub constbyval: bool_, pub location: c_int, }

Fields

Trait Implementations

impl Copy for Const
[src]

impl Clone for Const
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more