Skip to main content

tGetLastDatapointValue

Type Alias tGetLastDatapointValue 

pub type tGetLastDatapointValue = Option<unsafe extern "C" fn(*mut c_void, u64) -> *mut sGCDatapointValue>;

Aliased Type§

pub enum tGetLastDatapointValue {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u64) -> *mut sGCDatapointValue),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u64) -> *mut sGCDatapointValue)

Some value of type T.