pub type RootedBigInt = Rooted<*mut BigInt>;
Aliased Type§
struct RootedBigInt {
pub vtable: (),
pub base: RootedBase,
pub ptr: MaybeUninit<*mut BigInt>,
}
Fields§
§vtable: ()
§base: RootedBase
§ptr: MaybeUninit<*mut BigInt>
The rooted value
This will be initialied iff there is a RootedGuard
for this Rooted