JSCPropertyGetter

Type Alias JSCPropertyGetter 

Source
pub type JSCPropertyGetter = Option<unsafe extern "C" fn(gpointer, gpointer) -> *mut JSCValue>;

Aliased Type§

pub enum JSCPropertyGetter {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> *mut JSCValue),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> *mut JSCValue)

Some value of type T.