JSCClassGetPropertyFunction

Type Alias JSCClassGetPropertyFunction 

Source
pub type JSCClassGetPropertyFunction = Option<unsafe extern "C" fn(*mut JSCClass, *mut JSCContext, gpointer, *const c_char) -> *mut JSCValue>;

Aliased Type§

pub enum JSCClassGetPropertyFunction {
    None,
    Some(unsafe extern "C" fn(*mut JSCClass, *mut JSCContext, *mut c_void, *const i8) -> *mut JSCValue),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut JSCClass, *mut JSCContext, *mut c_void, *const i8) -> *mut JSCValue)

Some value of type T.