Struct rpgffi::OpBtreeInterpretation [] [src]

#[repr(C)]
pub struct OpBtreeInterpretation { pub opfamily_id: Oid, pub strategy: c_int, pub oplefttype: Oid, pub oprighttype: Oid, }

Fields

Trait Implementations

impl Copy for OpBtreeInterpretation
[src]

impl Clone for OpBtreeInterpretation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more