Struct rpgffi::ScanKeyData [] [src]

#[repr(C)]
pub struct ScanKeyData { pub sk_flags: c_int, pub sk_attno: AttrNumber, pub sk_strategy: StrategyNumber, pub sk_subtype: Oid, pub sk_collation: Oid, pub sk_func: FmgrInfo, pub sk_argument: Datum, }

Fields

Trait Implementations

impl Copy for ScanKeyData
[src]

impl Clone for ScanKeyData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more