Skip to main content

tStoreDatapointValue

Type Alias tStoreDatapointValue 

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

Aliased Type§

pub enum tStoreDatapointValue {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut sGCDatapointValue)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.