Type Alias mozjs_sys::jsapi::JS::RootedBigInt
source · pub type RootedBigInt = Rooted<*mut BigInt>;
Aliased Type§
struct RootedBigInt {
pub vtable: (),
pub base: RootedBase,
pub ptr: *mut BigInt,
}
Fields§
§vtable: ()
§base: RootedBase
§ptr: *mut BigInt