Type Alias script::dom::bindings::import::module::jsapi::HandleBigInt

source ·
pub type HandleBigInt = Handle<*mut BigInt>;

Aliased Type§

struct HandleBigInt {
    pub ptr: *const *mut BigInt,
    pub _phantom_0: PhantomData<UnsafeCell<*mut BigInt>>,
}

Fields§

§ptr: *const *mut BigInt§_phantom_0: PhantomData<UnsafeCell<*mut BigInt>>