Type Alias pgrx_pg_sys::GetForeignRowMarkType_function

source ·
pub type GetForeignRowMarkType_function = Option<unsafe extern "C" fn(rte: *mut RangeTblEntry, strength: LockClauseStrength) -> RowMarkType>;

Aliased Type§

enum GetForeignRowMarkType_function {
    None,
    Some(unsafe extern "C" fn(_: *mut RangeTblEntry, _: u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut RangeTblEntry, _: u32) -> u32)

Some value of type T.