Type Alias mozjs_sys::jsapi::mozilla::MallocSizeOf

source ·
pub type MallocSizeOf = Option<unsafe extern "C" fn(p: *const c_void) -> usize>;

Aliased Type§

enum MallocSizeOf {
    None,
    Some(unsafe extern "C" fn(_: *const c_void) -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const c_void) -> usize)

Some value of type T.