Type Alias mozjs_sys::jsapi::JS::RootedBigInt

source ·
pub type RootedBigInt = Rooted<*mut BigInt>;

Aliased Type§

struct RootedBigInt {
    pub stack: *mut *mut Rooted<*mut c_void>,
    pub prev: *mut Rooted<*mut c_void>,
    pub ptr: *mut BigInt,
}

Fields§

§stack: *mut *mut Rooted<*mut c_void>§prev: *mut Rooted<*mut c_void>§ptr: *mut BigInt

Implementations§

Trait Implementations§

source§

impl<T: Debug> Debug for Rooted<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more