Type Alias GetForeignRowMarkType_function

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

Aliased Type§

pub 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.