Skip to main content

tReleaseDatapointValue

Type Alias tReleaseDatapointValue 

pub type tReleaseDatapointValue = Option<unsafe extern "C" fn(*mut sGCDatapointValue) -> bool>;

Aliased Type§

pub enum tReleaseDatapointValue {
    None,
    Some(unsafe extern "C" fn(*mut sGCDatapointValue) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut sGCDatapointValue) -> bool)

Some value of type T.