Skip to main content

tJsonObjectGetArrayIdx

Type Alias tJsonObjectGetArrayIdx 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.