Struct rpgffi::PathKey [] [src]

#[repr(C)]
pub struct PathKey { pub type_: NodeTag, pub pk_eclass: *mut EquivalenceClass, pub pk_opfamily: Oid, pub pk_strategy: c_int, pub pk_nulls_first: bool_, }

Fields

Trait Implementations

impl Copy for PathKey
[src]

impl Clone for PathKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more