Skip to main content

NextSampleTuple_function

Type Alias NextSampleTuple_function 

Source
pub type NextSampleTuple_function = Option<unsafe extern "C-unwind" fn(node: *mut SampleScanState, blockno: BlockNumber, maxoffset: OffsetNumber) -> OffsetNumber>;

Aliased Type§

pub enum NextSampleTuple_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut SampleScanState, u32, u16) -> u16),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut SampleScanState, u32, u16) -> u16)

Some value of type T.