Type Alias mozjs::jsapi::MutableHandleBigInt

source ·
pub type MutableHandleBigInt = MutableHandle<*mut BigInt>;

Aliased Type§

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

Fields§

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