JSGetterMagicFunc

Type Alias JSGetterMagicFunc 

Source
pub type JSGetterMagicFunc = Option<unsafe extern "C" fn(ctx: *mut JSContext, this_val: JSValue, magic: c_int) -> JSValue>;

Aliased Type§

pub enum JSGetterMagicFunc {
    None,
    Some(unsafe extern "C" fn(*mut JSContext, JSValue, i32) -> JSValue),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut JSContext, JSValue, i32) -> JSValue)

Some value of type T.