Skip to main content

tJsonObjectGetObjectField

Type Alias tJsonObjectGetObjectField 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.