Skip to main content

tJsonObjectGetDouble

Type Alias tJsonObjectGetDouble 

pub type tJsonObjectGetDouble = Option<unsafe extern "C" fn(sGCJsonObject, *mut u32) -> f64>;

Aliased Type§

pub enum tJsonObjectGetDouble {
    None,
    Some(unsafe extern "C" fn(sGCJsonObject, *mut u32) -> f64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(sGCJsonObject, *mut u32) -> f64)

Some value of type T.