Type Alias script::dom::bindings::import::module::jsapi::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