amrescan_function

Type Alias amrescan_function 

Source
pub type amrescan_function = Option<unsafe extern "C-unwind" fn(scan: IndexScanDesc, keys: ScanKey, nkeys: c_int, orderbys: ScanKey, norderbys: c_int)>;

Aliased Type§

pub enum amrescan_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut IndexScanDescData, *mut ScanKeyData, i32, *mut ScanKeyData, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut IndexScanDescData, *mut ScanKeyData, i32, *mut ScanKeyData, i32))

Some value of type T.